Skip to content

Commit b98e777

Browse files
authored
infra: Update to v5 (#36)
1 parent 877a2da commit b98e777

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
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

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- reopened
77
- synchronize
88
- closed
9+
- converted_to_draft
10+
- ready_for_review
911
branches:
1012
- main
1113
- dev
@@ -23,7 +25,7 @@ jobs:
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
@@ -37,7 +39,7 @@ jobs:
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
@@ -49,7 +51,7 @@ jobs:
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

0 commit comments

Comments
 (0)