Skip to content

Commit

Permalink
Add gha concurency.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Mar 13, 2024
1 parent 8fcd5d0 commit 3f1308c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ on:
paths:
- '**.py'

permissions:
contents: read


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

jobs:

ubuntu:
Expand Down

0 comments on commit 3f1308c

Please sign in to comment.