Skip to content

Commit

Permalink
build: update cron in workflow
Browse files Browse the repository at this point in the history
This commit arbitrarily modifies the cron value in the workflow yml to
update where notifications are sent.

From the documentation: "If a different user updates the cron syntax in
the workflow file, subsequent notifications will be sent to that user
instead.".
  • Loading branch information
gm4sl committed Mar 5, 2025
1 parent df82666 commit 978f22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
branches: ["backtrace"]
schedule:
- cron: "0 0 * * *"
- cron: '0 0 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 978f22b

Please sign in to comment.