Skip to content

Commit

Permalink
Split test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 15, 2023
1 parent 93c925f commit c4461f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
run: echo Great success!
- name: Tokens Build Failure
# if: needs.tokens-build.outputs.figma-built
if: ${{ vars.BUILD_SUCCESS == 'false' }}
if: ${{ BUILD_SUCCESS == 'false' }}
run: exit 1

0 comments on commit c4461f2

Please sign in to comment.