Skip to content

Commit

Permalink
Only run CI/CD once per commit
Browse files Browse the repository at this point in the history
  • Loading branch information
svemat01 committed May 1, 2024
1 parent 0ec1664 commit 6991acb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Verify
on: [push, pull_request]

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true

jobs:
lint:
name: Lint
Expand Down

0 comments on commit 6991acb

Please sign in to comment.