1 parent d90433f commit 4c1d1bbCopy full SHA for 4c1d1bb
1 file changed
.github/workflows/ci.yml
@@ -3,12 +3,20 @@ name: CI
3
on:
4
push:
5
branches: [main]
6
+
7
+permissions:
8
+ contents: read
9
10
+concurrency:
11
+ group: ci-${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: true
13
pull_request:
14
15
16
jobs:
17
test:
18
runs-on: macos-latest
19
+ timeout-minutes: 20
20
steps:
21
- uses: actions/checkout@v6
22
0 commit comments