Skip to content

Commit d0db0a1

Browse files
committed
fix(ci): add presence gate for FARM_DISPATCH_TOKEN in instant-sync
1 parent 7621e12 commit d0db0a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/instant-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 15
1616
steps:
17+
if: ${{ secrets.FARM_DISPATCH_TOKEN != '' }}
1718
- name: Trigger Propagation
1819
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v3
1920
with:

0 commit comments

Comments
 (0)