Skip to content

Commit

Permalink
bleh back to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Aug 1, 2024
1 parent a8bf204 commit 8f3cad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ env:
CARGO_HUSKY_DONT_INSTALL_HOOKS: "true"

test_task:
auto_cancellation: $CIRRUS_BRANCH != 'main' # We set this to false to prevent nightly builds from affecting this
auto_cancellation: "false" # We set this to false to prevent nightly builds from affecting this
only_if: $CIRRUS_BUILD_SOURCE != "api" && ($CIRRUS_BRANCH == "main" || $CIRRUS_PR != "")
timeout_in: "15m"
skip: "!changesInclude('.cargo/**', '.cirrus.yml', 'sample_configs/**', 'src/**', 'tests/**', 'build.rs', 'Cargo.lock', 'Cargo.toml', 'clippy.toml', 'rustfmt.toml')"
Expand Down

0 comments on commit 8f3cad0

Please sign in to comment.