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 root-sbd : access-esm1p5
Original file line number Diff line number Diff line change 66 - reopened
77 - synchronize
88 - closed
9+ - converted_to_draft
10+ - ready_for_review
911 branches :
1012 - main
1113 - dev
2325 if : >-
2426 (github.event_name == 'pull_request' && github.event.action != 'closed') ||
2527 (github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!redeploy'))
26- uses : access-nri/build-cd/.github/workflows/ci.yml@v4
28+ uses : access-nri/build-cd/.github/workflows/ci.yml@v5
2729 with :
2830 model : ${{ vars.NAME }}
2931 root-sbd : access-esm1p5
3739 pr-comment :
3840 name : Comment
3941 if : github.event_name == 'issue_comment'
40- uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v4
42+ uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v5
4143 with :
4244 model : ${{ vars.NAME }}
4345 root-sbd : access-esm1p5
4951 pr-closed :
5052 name : Closed
5153 if : github.event_name == 'pull_request' && github.event.action == 'closed'
52- uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v4
54+ uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v5
5355 with :
5456 root-sbd : access-esm1p5
5557 secrets : inherit
You can’t perform that action at this time.
0 commit comments