Skip to content

Commit

Permalink
run benchmarks only for push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwyng authored Nov 30, 2021
1 parent 4a43dba commit 36902d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ jobs:
matrix:
run-no: [1, 2, 3, 4, 5]
jit-engine: ["tcc", "gcc", "llvm"]


if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'pull_request'
needs: build
runs-on: ubuntu-latest

Expand Down Expand Up @@ -422,4 +423,4 @@ jobs:
uses: geekyeggo/delete-artifact@1-glob-support
with:
name: "*"
useGlob: true
useGlob: true

0 comments on commit 36902d3

Please sign in to comment.