Skip to content

Commit

Permalink
Execute nightlies on demand (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Jun 22, 2023
1 parent c2d4821 commit 44c79df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Nightly Build
on: # yamllint disable-line rule:truthy
on: #yamllint disable-line rule:truthy
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * *'
Expand Down

0 comments on commit 44c79df

Please sign in to comment.