We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a00a4 commit 3eb7957Copy full SHA for 3eb7957
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
name: CI
24
if: >-
25
(github.event_name == 'pull_request' && github.event.action != 'closed') || (github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!redeploy'))
26
- uses: access-nri/build-cd/.github/workflows/ci.yml@v3
+ uses: access-nri/build-cd/.github/workflows/ci.yml@199-multi-target-deployments_rework-order
27
with:
28
model: ${{ vars.NAME }}
29
# root-sbd: if different from vars.NAME
0 commit comments