Skip to content

Commit

Permalink
compile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Nov 7, 2023
1 parent a44c061 commit 6f00b2b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions compiler/template/starlark/testdata/build/large/want.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -112,7 +112,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -168,7 +168,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -224,7 +224,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -280,7 +280,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -336,7 +336,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -392,7 +392,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -448,7 +448,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -504,7 +504,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -560,7 +560,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -616,7 +616,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -672,7 +672,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -728,7 +728,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -784,7 +784,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -840,7 +840,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down Expand Up @@ -896,7 +896,7 @@ stages:
steps:
- ruleset:
if:
event: ['pull_request:opened', 'pull_request:synchronize']
event: ['pull_request:opened', 'pull_request:synchronize', 'pull_request:reopened']
matcher: filepath
operator: and
secrets:
Expand Down

0 comments on commit 6f00b2b

Please sign in to comment.