Skip to content

Commit 6adfbe6

Browse files
committed
Limit sync standard execution on schedule
1 parent f7f3728 commit 6adfbe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-standards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ on:
4141

4242
jobs:
4343
sync:
44+
if: github.event_name != 'schedule' || github.ref == 'refs/heads/master'
4445
permissions:
4546
contents: write # allow push commits
4647
pull-requests: write

0 commit comments

Comments
 (0)