File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Workflow-Test [Default]
22
3- run-name : " Workflow-Test [Default] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
3+ run-name : ' Workflow-Test [Default] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}'
44
55on :
66 workflow_dispatch :
77 pull_request :
8+ paths :
9+ - ' .github/workflows/**'
10+ - ' !.github/workflows/Release.yml'
11+ - ' !.github/workflows/Linter.yml'
812 schedule :
913 - cron : ' 0 0 * * *'
1014
3337 TEST_USER_PAT : ${{ secrets.TEST_USER_PAT }}
3438 with :
3539 WorkingDirectory : tests/srcTestRepo
40+ ImportantFilePatterns : |
41+ ^src/
42+ ^README\.md$
43+ ^\.github/workflows/(?!Release\.yml$|Linter\.yml$)
Original file line number Diff line number Diff line change 11name : Workflow-Test [WithManifest]
22
3- run-name : " Workflow-Test [WithManifest] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
3+ run-name : ' Workflow-Test [WithManifest] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}'
44
55on :
66 workflow_dispatch :
77 pull_request :
8+ paths :
9+ - ' .github/workflows/**'
10+ - ' !.github/workflows/Release.yml'
11+ - ' !.github/workflows/Linter.yml'
812 schedule :
913 - cron : ' 0 0 * * *'
1014
3337 TEST_USER_PAT : ${{ secrets.TEST_USER_PAT }}
3438 with :
3539 WorkingDirectory : tests/srcWithManifestTestRepo
40+ ImportantFilePatterns : |
41+ ^src/
42+ ^README\.md$
43+ ^\.github/workflows/(?!Release\.yml$|Linter\.yml$)
You can’t perform that action at this time.
0 commit comments