pjfanning opened a new issue, #1119: URL: https://github.com/apache/incubator-pekko/issues/1119
* we could add a yml file in main branch that checks out `ref: 1.0.x` - we do this for a few jobs already * see top answer on https://stackoverflow.com/questions/58798886/github-actions-schedule-operation-on-branch as to why we can't use the existing https://github.com/apache/incubator-pekko/blob/main/.github/workflows/nightly-builds.yml - its schedule applies only to the main branch * we could possibly use https://github.com/apache/incubator-pekko/blob/main/.github/workflows/nightly-builds.yml but add a matrix element called `checkoutBranch` set to `[main, 1.0.x]` and change the checkout steps to apply `ref: ${{ matrix.checkoutBranch }}` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
