Skip to content

Commit

Permalink
Add concurrency to getFigmaImages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielguillan committed Oct 2, 2024
1 parent 3cad1fa commit b7a0350
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/getFigmaImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
findNodeReferences:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -39,4 +43,3 @@ jobs:
git add -A ${{env.ImageOutputDir}}
git commit -m "Update Figma images" || true
git push

0 comments on commit b7a0350

Please sign in to comment.