Skip to content

Commit 7bd2bc4

Browse files
authored
Update trigger_acme_tests.yml
1 parent 02e5ca3 commit 7bd2bc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/trigger_acme_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
dispatch:
10+
if: github.repository == 'phpbb-extensions/test-framework' # only run if it's the main (source) repo
1011
name: Trigger tests in acme demo extension
1112
runs-on: ubuntu-latest
1213
steps:
@@ -15,7 +16,7 @@ jobs:
1516
owner: phpbb
1617
repo: phpbb-ext-acme-demo
1718
ref: master
18-
github_user: iMattPro
19+
github_user: iMattPro # The name of the github user whose access token is being used to trigger the workflow.
1920
github_token: ${{ secrets.ACME_DEMO_PAT }}
2021
workflow_file_name: tests.yml
2122
wait_workflow: false

0 commit comments

Comments
 (0)