Skip to content

Commit eefb512

Browse files
committed
wip
1 parent 380df0d commit eefb512

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1818
steps:
1919
- run: echo 'The triggering workflow passed'
20+
- uses: actions/checkout@v4
21+
- uses: ./.github/actions/deploy
22+
- run: cat ${{ runner.temp }}/artifacts/run_number
2023
on-failure:
2124
runs-on: ubuntu-latest
2225
if: ${{ github.event.workflow_run.conclusion == 'failure' }}

0 commit comments

Comments
 (0)