We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41c7b6 commit 8ad39a5Copy full SHA for 8ad39a5
.github/workflows/ci.yml
@@ -1,18 +1,19 @@
1
name: CI
2
on:
3
push:
4
- branches:
5
- - main
6
- pull_request:
7
8
9
- - next
+ branches-ignore:
+ - 'generated'
+ - 'codegen/**'
+ - 'integrated/**'
+ - 'stl-preview-head/**'
+ - 'stl-preview-base/**'
10
11
jobs:
12
lint:
13
timeout-minutes: 10
14
name: lint
15
- runs-on: ubuntu-latest
+ runs-on: depot-ubuntu-24.04
16
+
17
steps:
18
- uses: actions/checkout@v4
19
0 commit comments