Skip to content

Commit 554cb54

Browse files
ci: remove concurrency rules
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
1 parent 680bd1b commit 554cb54

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
push:
66
branches: [main]
77

8-
concurrency:
9-
group: ${{ github.workflow }}-${{ github.ref }}
10-
cancel-in-progress: true
11-
128
jobs:
139
pre-commit:
1410
runs-on: ubuntu-latest

.github/workflows/semantic-pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
- reopened
99
- synchronize
1010

11-
concurrency:
12-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
13-
cancel-in-progress: true
14-
1511
permissions:
1612
contents: read
1713

0 commit comments

Comments
 (0)