We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380df0d commit eefb512Copy full SHA for eefb512
.github/workflows/deploy_release.yml
@@ -17,6 +17,9 @@ jobs:
17
if: ${{ github.event.workflow_run.conclusion == 'success' }}
18
steps:
19
- run: echo 'The triggering workflow passed'
20
+ - uses: actions/checkout@v4
21
+ - uses: ./.github/actions/deploy
22
+ - run: cat ${{ runner.temp }}/artifacts/run_number
23
on-failure:
24
runs-on: ubuntu-latest
25
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
0 commit comments