Skip to content

Commit b044f70

Browse files
Workflow - switch branch
1 parent 4223b0b commit b044f70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: '45 10 * * TUE'
66
- cron: '45 10 * * THU'
7-
- cron: '30 18 * * THU'
7+
- cron: '45 18 * * THU'
88
jobs:
99
autogen-docs:
1010
runs-on: macos-latest
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Check out repository
1818
uses: actions/checkout@v4
19+
with:
20+
ref: autogen-docs
1921
- name: Make the script file executable
2022
run: |
2123
echo "Making script file executable"

0 commit comments

Comments
 (0)