Skip to content

Commit b9a55f9

Browse files
committed
Update workflows to v5
1 parent afc1c5d commit b9a55f9

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
permissions:

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- reopened
88
- synchronize
99
- closed
10+
- ready_for_review
11+
- converted_to_draft
1012
branches:
1113
- main
1214
- dev
@@ -24,7 +26,7 @@ jobs:
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
@@ -38,7 +40,7 @@ jobs:
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
@@ -50,7 +52,7 @@ jobs:
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

0 commit comments

Comments
 (0)