Skip to content

Commit 6986a53

Browse files
Workflow - exclude unchanged files
1 parent 561e271 commit 6986a53

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: '45 18 * * THU'
7+
- cron: '05 19 * * THU'
88
jobs:
99
autogen-docs:
1010
runs-on: macos-latest
@@ -36,6 +36,6 @@ jobs:
3636
git config user.name github-actions
3737
git config user.email [email protected]
3838
git add .
39-
git commit -m "Automatically generated docs"
39+
git commit -am "Automatically generated docs"
4040
git push
4141

0 commit comments

Comments
 (0)