Skip to content

Commit

Permalink
Intentional failure take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 16, 2023
1 parent 3482862 commit 2efefbd
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 @@ -71,9 +71,10 @@ jobs:
echo 'test=built' >> 'Built latest figma tokens'
- name: Set success/fail
if: failure() && steps.built.conclusion == 'failure'
run: echo 'BUILD_SUCCESS=false' >> '$GITHUB_ENV'
run: echo 'BUILD_SUCCESS=false' >> $GITHUB_ENV

tokens-build-success:
name: Build Process Success/Failure
needs: tokens-build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2efefbd

Please sign in to comment.