Skip to content

Commit

Permalink
.github: debug weekly
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Apr 23, 2023
1 parent 13f1359 commit 4d47227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distcheck:
needs: schedule
if: ${{ needs.schedule.outputs.run == "true" }}
if: ${{ needs.schedule.outputs.run == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Install dependencies
Expand Down

0 comments on commit 4d47227

Please sign in to comment.