Skip to content

Commit

Permalink
Run sequentially plz
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 15, 2023
1 parent f1ed844 commit 1ac423f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
git push
tokens-build-success:
needs: tokens-build
runs-on: ubuntu-latest
steps:
- name: Tokens Build Succeeded
if: jobs.tokens-build.steps.diff.conclusion == 'success'
if: tokens-build.steps.diff.conclusion == 'success'
run: |
echo Great success!
- name: Tokens Build Failure
Expand Down

0 comments on commit 1ac423f

Please sign in to comment.