Skip to content

Commit

Permalink
fix(configuration): nightly-tests (#4717)
Browse files Browse the repository at this point in the history
added missing cron: prefix to nightly-tests.yaml configuration
  • Loading branch information
kkotowiczz authored Jan 13, 2025
1 parent 905b28f commit 06a0fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Run Nightly Tests"
on:
schedule:
- "0 0 * * *" # run at 00:00 UTC
- cron: "0 0 * * *" # run at 00:00 UTC
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 06a0fab

Please sign in to comment.