Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Execute nightlies on demand (0xPolygon#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal authored 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.