Skip to content

Commit

Permalink
ci: Cleanup branches on daily schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Jul 18, 2024
1 parent 5ae41cd commit 6d1613b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/phylum-daily-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
branch: [main, develop, release/babylon, release/anemone, release/bottlenose]
branch: [main, develop, release/babylon]
include:
- branch: main
- branch: develop
- branch: release/babylon
- branch: release/anemone
- branch: release/bottlenose
fail-fast: false
steps:
- uses: RDXWorks-actions/checkout@main
Expand Down

0 comments on commit 6d1613b

Please sign in to comment.