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 ca3a196 commit d32199fCopy full SHA for d32199f
.github/bors.toml
.github/workflows/ci.yml
@@ -1,12 +1,22 @@
1
on:
2
push:
3
- branches: [ staging, trying, master ]
+ branches: master
4
pull_request:
5
+ merge_group:
6
7
name: Continuous integration
8
9
jobs:
10
ci:
11
+ name: CI
12
+ runs-on: ubuntu-latest
13
+ needs: [check]
14
+ if: always()
15
+ steps:
16
+ - name: Done
17
+ run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'
18
+
19
+ check:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
0 commit comments