Skip to content

Commit

Permalink
ci: update cron schedule expression with co-authors to allow notifica…
Browse files Browse the repository at this point in the history
…tions

Co-authored-by: Sébastien Fauvel <sfauvel@users.noreply.github.com>
Co-authored-by: DJO <Alenar@users.noreply.github.com>
Co-authored-by: Jean-Philippe Raynaud <jpraynaud@users.noreply.github.com>
  • Loading branch information
4 people committed Nov 4, 2024
1 parent 9316f6a commit 103040d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly-backward-compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Nightly backward compatibility

on:
# Important note about scheduled workflows:
# Notifications for scheduled workflows are sent to the user who last modified the cron syntax in the workflow file.
schedule:
- cron: "0 2 * * *"
- cron: "0 14 * * *"
- cron: "30 2 * * *"
workflow_dispatch:
inputs:
total-releases:
Expand Down

0 comments on commit 103040d

Please sign in to comment.