Skip to content

Commit

Permalink
Merge pull request #247 from MikroElektronika/update/new-year-notific…
Browse files Browse the repository at this point in the history
…ation-workflow-update

Updated cron in workflows for holidays
  • Loading branch information
StrahinjaJacimovic authored Dec 31, 2024
2 parents f365f65 + bbc44b8 commit 5ec710c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
workflow_dispatch:

schedule:
- cron: "0 10 * * 1-5" # 11:00 AM, Monday through Friday
# - cron: "0 10 * * 1-5" # 11:00 AM, Monday through Friday
- cron: "0 10 31 12 *" # 11:00 AM, 31.12.2024
- cron: "0 10 3 1 *" # 11:00 AM, 03.01.2025
- cron: "0 10 6 1 *" # 11:00 AM, 06.01.2025
- cron: "0 10 7 1 *" # 11:00 AM, 07.01.2025

jobs:
notify:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/notify_codegrip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
workflow_dispatch:

schedule:
- cron: "0 10 * * 1-5" # 11:00 AM, Monday through Friday
# - cron: "0 10 * * 1-5" # 11:00 AM, Monday through Friday
- cron: "0 10 31 12 *" # 11:00 AM, 31.12.2024
- cron: "0 10 3 1 *" # 11:00 AM, 03.01.2025
- cron: "0 10 6 1 *" # 11:00 AM, 06.01.2025
- cron: "0 10 7 1 *" # 11:00 AM, 07.01.2025

jobs:
notify:
Expand Down

0 comments on commit 5ec710c

Please sign in to comment.