File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 15
15
# The pull_request_target event type fires for pull requests, but in the context of the target
16
16
# project.
17
17
pull_request_target :
18
- types : [labeled]
19
18
# Acceptance tests are unnecessary to run on some types of PRs.
20
19
paths-ignore :
21
20
- ' docs/**'
62
61
acceptance-ee :
63
62
# Only run EE tests if the LICENSE_ENCRYPTION_PASSWORD secret exists, so that the workflow
64
63
# doesn't fail when code is pushed to a fork.
65
- if : needs.license-encryption-password.outputs.defined && contains(github.event.pull_request.labels.*.name, 'safe to test')
64
+ if : ${{ needs.license-encryption-password.outputs.defined }}
66
65
timeout-minutes : 60
67
66
runs-on : ubuntu-latest
68
67
needs : [go-version, license-encryption-password]
Original file line number Diff line number Diff line change 27
27
mode : exactly
28
28
count : 0
29
29
labels : needs-rebase
30
- - name : Check "safe to test" or "skip-ee-test"
31
- uses : mheap/github-action-required-labels@v1
32
- with :
33
- mode : minimum
34
- count : 1
35
- labels : safe to test, skip-ee-test
You can’t perform that action at this time.
0 commit comments