Skip to content

Commit

Permalink
fix: #452
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Aug 9, 2023
1 parent ab162a1 commit 91bf5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
issues: write
# needs: [ build ]
# only create an issue if it failed in a scheduled run
# if: github.event_name == "schedule" && failure()
if: github.event_name != 'schedule' && failure()
steps:
- uses: actions/checkout@v3
- uses: JasonEtco/create-an-issue@v2
Expand Down

0 comments on commit 91bf5d5

Please sign in to comment.