Skip to content

Commit

Permalink
chore(ci): disable vac,cex mode to root cause failures
Browse files Browse the repository at this point in the history
  • Loading branch information
priyasiddharth committed Feb 9, 2024
1 parent fd5b257 commit 3760f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
verify_flag: ["", "--vac", "--cex"]
verify_flag: [""] #, "--vac", "--cex"]

steps:
- name: Checkout
Expand Down

0 comments on commit 3760f74

Please sign in to comment.