Skip to content

Commit

Permalink
play with CI config #2
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Aug 28, 2024
1 parent 852e672 commit 8474d60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ on:
pull_request:
types: [opened, synchronize, reopened]

# should only run once due to API rate limits
concurrency:
group: CICD # should only run once due to API rate limits
group: CICD
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 8474d60

Please sign in to comment.