We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e5ca3 commit 7bd2bc4Copy full SHA for 7bd2bc4
.github/workflows/trigger_acme_tests.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
dispatch:
10
+ if: github.repository == 'phpbb-extensions/test-framework' # only run if it's the main (source) repo
11
name: Trigger tests in acme demo extension
12
runs-on: ubuntu-latest
13
steps:
@@ -15,7 +16,7 @@ jobs:
15
16
owner: phpbb
17
repo: phpbb-ext-acme-demo
18
ref: master
- github_user: iMattPro
19
+ github_user: iMattPro # The name of the github user whose access token is being used to trigger the workflow.
20
github_token: ${{ secrets.ACME_DEMO_PAT }}
21
workflow_file_name: tests.yml
22
wait_workflow: false
0 commit comments