Skip to content

Commit

Permalink
Merge pull request #3423 from bcgov/chore-disable-nightly-main
Browse files Browse the repository at this point in the history
chore: disable nightly main workflow
  • Loading branch information
rafasdc committed Jul 16, 2024
2 parents 43f07b7 + 5259be0 commit d892389
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
jobs:
clear-cache:
uses: ./.github/workflows/cache.yaml
main:
needs: [clear-cache]
uses: ./.github/workflows/main.yaml
secrets: inherit
# Temp disable nightly main workflow
# main:
# needs: [clear-cache]
# uses: ./.github/workflows/main.yaml
# secrets: inherit

0 comments on commit d892389

Please sign in to comment.