Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Dec 3, 2021
1 parent 0cb9099 commit 3fc2d95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on: # Triggers, see https://docs.github.com/en/actions/learn-github-actions/even
pull_request:
branches: [master, develop]

concurrency: # Concurrency group: which jobs run together and which cancel each other
group: CI-${{ github.head_ref }}
cancel-in-progress: true
#concurrency: # Concurrency group: which jobs run together and which cancel each other
# group: CI-${{ github.head_ref }}
# cancel-in-progress: true

jobs:
CI:
Expand Down

0 comments on commit 3fc2d95

Please sign in to comment.