Skip to content

Commit fef447d

Browse files
Workflow - use second branch
1 parent e5f6d12 commit fef447d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 2 additions & 2 deletions
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: '52 14 * * FRI'
7+
- cron: '20 15 * * FRI'
88
jobs:
99
autogen-docs:
1010
runs-on: macos-latest
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check out repository
1818
uses: actions/checkout@v4
1919
with:
20-
ref: autogen-docs
20+
ref: autogen-docs-1
2121
- name: Make the script file executable
2222
run: |
2323
echo "Making script file executable"

0 commit comments

Comments
 (0)