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 df1848d commit 1639502Copy full SHA for 1639502
.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
19
run: ./build.sh $COMPILER -j4 && cd regression && make test
20
lint:
21
runs-on: ubuntu-latest
22
+ if: "github.ref != 'refs/heads/main'"
23
steps:
24
- uses: actions/checkout@v2
25
- name: Get the latest master
0 commit comments