Skip to content

Commit b312dfa

Browse files
committed
testing new workflow
1 parent 148067d commit b312dfa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/dispatch-matrix-check.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🤖 Run Matrix Check
22

33
on:
4-
pull_request:
4+
pull_request_target:
5+
types: [synchronize,opened]
56
branches:
67
- "**"
78
workflow_dispatch:
@@ -11,6 +12,12 @@ jobs:
1112
runs-on: ubuntu-latest
1213
steps:
1314

15+
- name: Test Variables
16+
shell: pwsh
17+
run: |
18+
Write-Host "Actor is: ${{github.actor}}"
19+
20+
1421
- name: Dispatch Matrix Testing Job
1522
uses: peter-evans/repository-dispatch@v2
1623
with:

0 commit comments

Comments
 (0)