Skip to content

Commit ab42592

Browse files
committed
acl update
1 parent 3f8c4ea commit ab42592

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 🤖 Run Matrix Check
22

33
on:
44
pull_request_target:
5-
types: [synchronize,opened,edited]
5+
types: [synchronize,opened]
66
branches:
77
- "**"
88
workflow_dispatch:
@@ -14,11 +14,11 @@ jobs:
1414

1515
- name: Test Variables
1616
shell: pwsh
17-
run: |
18-
Write-Host "Actor is: ${{github.actor}}==="
19-
17+
run: |
18+
Write-Host "Running as: ${{github.actor}}"
2019
2120
- name: Dispatch Matrix Testing Job
21+
if: contains(["jsinglet", "mbaluda", "lcartey", "rvermeulen", "ravikprasad", "jeongsoolee09", "hohn", "knewbury01", "kraiouchkine"], github.actor)
2222
uses: peter-evans/repository-dispatch@v2
2323
with:
2424
token: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
@@ -28,6 +28,7 @@ jobs:
2828

2929

3030
- uses: actions/github-script@v6
31+
if: contains(["jsinglet", "mbaluda", "lcartey", "rvermeulen", "ravikprasad", "jeongsoolee09", "hohn", "knewbury01", "kraiouchkine"], github.actor)
3132
with:
3233
script: |
3334
github.rest.issues.createComment({

0 commit comments

Comments
 (0)