Skip to content

Commit c4ea8d5

Browse files
authored
Do not trigger tlaplus/tlaplus Github action if it triggered us
[Build]
1 parent 9ac5b10 commit c4ea8d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
asset_name: CommunityModules-deps.jar
8383
asset_content_type: application/zip
8484
- name: Repository Dispatch
85+
if: github.event.client_payload.source != 'tlaplus'
8586
uses: peter-evans/repository-dispatch@v3
8687
with:
8788
token: ${{ secrets.REPO_DISPATCH_TOKEN }}

0 commit comments

Comments
 (0)