Skip to content

Commit 633de89

Browse files
dlachaumesfauvelAlenarjpraynaud
committed
ci: update cron schedule expression with co-authors to allow notifications
Co-authored-by: Sébastien Fauvel <[email protected]> Co-authored-by: DJO <[email protected]> Co-authored-by: Jean-Philippe Raynaud <[email protected]>
1 parent e01d17a commit 633de89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nightly-backward-compatibility.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Nightly backward compatibility
22

33
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.
46
schedule:
5-
- cron: "0 2 * * *"
6-
- cron: "0 14 * * *"
7+
- cron: "30 2 * * *"
78
workflow_dispatch:
89
inputs:
910
total-releases:

0 commit comments

Comments
 (0)