Skip to content

Commit 4c1d1bb

Browse files
committed
ci: serialize branch verification runs
1 parent d90433f commit 4c1d1bb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
7+
permissions:
8+
contents: read
9+
10+
concurrency:
11+
group: ci-${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
613
pull_request:
714
branches: [main]
815

916
jobs:
1017
test:
1118
runs-on: macos-latest
19+
timeout-minutes: 20
1220
steps:
1321
- uses: actions/checkout@v6
1422

0 commit comments

Comments
 (0)