File tree Expand file tree Collapse file tree 2 files changed +8
-74
lines changed
Expand file tree Collapse file tree 2 files changed +8
-74
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020name : Publish nightly snapshots and documentation
2121
2222on :
23- workflow_dispatch :
24- schedule :
25- - cron : " 0 0 * * *"
23+ pull_request :
24+ branches : ['**']
2625
2726permissions :
2827 contents : read
2928
3029jobs :
3130 publish-nightly :
32- name : Publish nightly
31+ name : Publish nightly on ${{ matrix.pekkoVersion }}
3332 runs-on : ubuntu-20.04
3433 if : github.repository == 'apache/pekko'
34+ strategy :
35+ fail-fast : false
36+ matrix :
37+ pekkoVersion : [ "main", "1.0.x" ]
3538 env :
3639 DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
3740 steps :
4043 with :
4144 fetch-depth : 0
4245 fetch-tags : true
46+ ref : ${{ matrix.pekkoVersion }}
4347
4448 - name : Setup Java 11
4549 uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments