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 6029c44 commit 5711e19Copy full SHA for 5711e19
.github/workflows/ci.yml
@@ -1,13 +1,6 @@
1
name: Integration Tests
2
on:
3
workflow_dispatch:
4
- pull_request:
5
- branches-ignore: ['llvm-**']
6
- merge_group:
7
- branches: [main, 'dev-**']
8
- types: [checks_requested]
9
- push:
10
- branches: [main]
11
concurrency:
12
group: ${{ github.ref }}
13
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
0 commit comments