You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2024/02/12 11:54:31 UTC

[I] set up scheduled nightly build for 1.0.x branch [incubator-pekko]

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: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] set up scheduled nightly build for 1.0.x branch [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning closed issue #1119: set up scheduled nightly build for 1.0.x branch
URL: https://github.com/apache/incubator-pekko/issues/1119


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] set up scheduled nightly build for 1.0.x branch [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #1119:
URL: https://github.com/apache/incubator-pekko/issues/1119#issuecomment-1943808991

   this is done


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org