Skip to content

Commit 9a4a2b3

Browse files
authored
Run cron action on ly on the tree-sitter repo (#419)
1 parent be7184d commit 9a4a2b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
check-and-sync:
99
runs-on: ubuntu-latest
10+
if: github.repository == "tree-sitter/tree-sitter-scala"
1011
outputs:
1112
all: ${{ steps.changes.outputs.all}}
1213
c: ${{ steps.changes.outputs.c }}

0 commit comments

Comments
 (0)