Skip to content

Commit 5029cd3

Browse files
committed
Fix CI syntax
1 parent 67440da commit 5029cd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414
jobs:
1515
verify-build:
1616
runs-on: ubuntu-latest
17-
if: github.ref != 'refs/heads/main'
1817

1918
steps:
2019
# checkout repo
@@ -56,6 +55,9 @@ jobs:
5655

5756
benchmark:
5857
runs-on: ubuntu-latest
58+
if: github.ref != 'refs/heads/main'
59+
60+
steps:
5961
# checkout repo, install dependencies
6062
- uses: actions/checkout@v3
6163
with:

0 commit comments

Comments
 (0)