Skip to content

Commit

Permalink
Fix schedule check
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jan 18, 2023
1 parent 33ec3ca commit 5bafab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
(github.event_name == 'schedule' && github.event.schedule != '0 0 * * *') ||
(
github.event.label.name == 'run_benchmark' &&
github.event.name != 'pull_request_target' &&
github.event.name != 'pull_request_target'
)
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 5bafab5

Please sign in to comment.