Skip to content

Commit de517ca

Browse files
Merge pull request #86 from atc-net/JKrag-patch-1
Schedule run every Sunday evening
2 parents 1ab6fa2 + 17ed543 commit de517ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/atc-coding-rules-update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: "ATC-rules-update"
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 20 * * 0'
57

68
jobs:
79
atc_check_for_updates:
8-
runs-on: windows-2022
10+
runs-on: ubuntu-latest
911
steps:
1012
- uses: actions/checkout@v3
1113
with:

0 commit comments

Comments
 (0)