Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Dec 18, 2023
1 parent 5143bb7 commit 8c15baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ test_tvm:
interruptible: true
allow_failure: false
rules:
- if: ($CI_PIPELINE_SOURCE == "push") && ($CI_COMMIT_REF == "main")
- if: $CI_PIPELINE_SOURCE != "schedule" && $CI_COMMIT_REF == "main"
cache:
paths:
- .cache/
Expand Down

0 comments on commit 8c15baa

Please sign in to comment.