Skip to content

Commit 2141df9

Browse files
Change scheduled workflow from Tuesday to Wednesday
1 parent 5e68e98 commit 2141df9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/weekly-stable-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Weekly Stable-to-Develop PR
33
on:
44
schedule:
55
# Runs at 09:00 UTC every Tuesday
6-
- cron: '0 9 * * 2'
6+
- cron: '0 9 * * 3'
77
workflow_dispatch: # Allows manual triggering for testing
88

99
concurrency:
@@ -77,4 +77,4 @@ jobs:
7777
gh pr edit ${{ steps.check_pr.outputs.pr_number }} \
7878
--add-assignee "RussTreadon-NOAA" \
7979
--add-label "gaeac6-GW-RT,hera-GW-RT,hercules-GW-RT,orion-GW-RT,ursa-GW-RT" \
80-
--body-file /tmp/pr_body.md
80+
--body-file /tmp/pr_body.md

0 commit comments

Comments
 (0)