Skip to content

Commit 978f22b

Browse files
committed
build: update cron in workflow
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.".
1 parent df82666 commit 978f22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
branches: ["backtrace"]
1010
schedule:
11-
- cron: "0 0 * * *"
11+
- cron: '0 0 * * *'
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

0 commit comments

Comments
 (0)