Skip to content

Commit

Permalink
ci: do not cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
mate-from-mattr committed Dec 16, 2024
1 parent 1f1f5fc commit 95c2aa9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

concurrency:
group: ${{ github.head_ref }}-java
cancel-in-progress: true

jobs:
build_test:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-obj-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

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

jobs:
build_test:
Expand Down

0 comments on commit 95c2aa9

Please sign in to comment.