Skip to content

Commit

Permalink
Remove workflow_dispatch on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Mar 5, 2024
1 parent 9ce9de8 commit 5b101bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Nightly Build
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 5b101bd

Please sign in to comment.