We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01d17a commit 633de89Copy full SHA for 633de89
.github/workflows/nightly-backward-compatibility.yml
@@ -1,9 +1,10 @@
1
name: Nightly backward compatibility
2
3
on:
4
+ # Important note about scheduled workflows:
5
+ # Notifications for scheduled workflows are sent to the user who last modified the cron syntax in the workflow file.
6
schedule:
- - cron: "0 2 * * *"
- - cron: "0 14 * * *"
7
+ - cron: "30 2 * * *"
8
workflow_dispatch:
9
inputs:
10
total-releases:
0 commit comments