Skip to content

Commit

Permalink
ci: Remove unused branch
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 26, 2023
1 parent a2375ad commit d53d7e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
only_if: $CIRRUS_TAG == '' && ($CIRRUS_PR != '' || $CIRRUS_BRANCH == 'main' || $CIRRUS_BRANCH == 'dev' || $CIRRUS_BRANCH == 'staging')
only_if: $CIRRUS_TAG == '' && ($CIRRUS_PR != '' || $CIRRUS_BRANCH == 'main' || $CIRRUS_BRANCH == 'dev')
auto_cancellation: $CIRRUS_PR != ''
env:
CARGO_INCREMENTAL: '0'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
branches:
- main
- dev
- staging
schedule:
- cron: '0 1 * * *'
workflow_dispatch:
Expand Down

0 comments on commit d53d7e9

Please sign in to comment.