We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7184d commit 9a4a2b3Copy full SHA for 9a4a2b3
.github/workflows/sync.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
check-and-sync:
9
runs-on: ubuntu-latest
10
+ if: github.repository == "tree-sitter/tree-sitter-scala"
11
outputs:
12
all: ${{ steps.changes.outputs.all}}
13
c: ${{ steps.changes.outputs.c }}
0 commit comments