Skip to content

Commit

Permalink
Next fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 15, 2023
1 parent fb54d91 commit aa19643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
run: |
git commit --dry-run
- name: No changes to figma tokens
if: steps.diff.conclusion == 'failure'
if: failure() && steps.diff.conclusion == 'failure'
run: |
echo No changes to figma tokens
- name: Commit latest figma tokens
if: steps.diff.conclusion == 'success'
if: success() && steps.diff.conclusion == 'success'
working-directory: packages/tokens
run: |
git commit -m 'Build latest figma tokens'
Expand Down

0 comments on commit aa19643

Please sign in to comment.