File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010jobs :
1111 cd :
1212 name : CD
13- uses : access-nri/build-cd/.github/workflows/cd.yml@v4
13+ uses : access-nri/build-cd/.github/workflows/cd.yml@v5
1414 with :
1515 model : ${{ vars.NAME }}
1616 permissions :
Original file line number Diff line number Diff line change 77 - reopened
88 - synchronize
99 - closed
10+ - ready_for_review
11+ - converted_to_draft
1012 branches :
1113 - main
1214 - dev
2426 if : >-
2527 (github.event_name == 'pull_request' && github.event.action != 'closed') ||
2628 (github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!redeploy'))
27- uses : access-nri/build-cd/.github/workflows/ci.yml@v4
29+ uses : access-nri/build-cd/.github/workflows/ci.yml@v5
2830 with :
2931 model : ${{ vars.NAME }}
3032 # root-sbd: if different from vars.NAME
3840 pr-comment :
3941 name : Comment
4042 if : github.event_name == 'issue_comment'
41- uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v4
43+ uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v5
4244 with :
4345 model : ${{ vars.NAME }}
4446 # root-sbd: if different from vars.NAME
5052 pr-closed :
5153 name : Closed
5254 if : github.event_name == 'pull_request' && github.event.action == 'closed'
53- uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v4
55+ uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v5
5456 with :
5557 root-sbd : ${{ vars.NAME }} # or something else, if different from vars.NAME
5658 secrets : inherit
You can’t perform that action at this time.
0 commit comments