Skip to content

Commit

Permalink
chore: Update nightly.yml to include conditional build job (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImBIOS authored Aug 9, 2024
1 parent 0adf2f4 commit 1b1dabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ permissions:

jobs:
build:
if: (github.event_name == 'schedule' && github.repository == 'moonrepo/proto') || (github.event_name != 'schedule')
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1b1dabb

Please sign in to comment.