Remove incorrect workflow conditional
This commit is contained in:
parent
5ef491b823
commit
382b07a517
6 changed files with 0 additions and 6 deletions
1
.github/workflows/bench.yaml
vendored
1
.github/workflows/bench.yaml
vendored
|
|
@ -9,7 +9,6 @@ on:
|
|||
jobs:
|
||||
bench:
|
||||
runs-on: ubuntu-18.04
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
|
|
|||
Reference in a new issue