We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a247b21 commit 80afe6eCopy full SHA for 80afe6e
.github/workflows/dispatch-release-performance-check.yml
@@ -20,7 +20,7 @@ jobs:
20
21
$actor = "${{github.actor}}"
22
23
- $acl = @("mbaluda", "lcartey", "rvermeulen", "ravikprasad", "jeongsoolee09", "hohn", "knewbury01", "kraiouchkine")
+ $acl = @("jsinglet","mbaluda", "lcartey", "rvermeulen", "ravikprasad", "jeongsoolee09", "hohn", "knewbury01", "kraiouchkine")
24
25
if(-not ($actor -in $acl)){
26
throw "Refusing to run workflow for user not in acl."
0 commit comments