Skip to content

Commit a5dc46e

Browse files
committed
chore: Enable test run
Signed-off-by: Steve Hipwell <[email protected]>
1 parent e1f4834 commit a5dc46e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dotcom-acceptance-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- main
88
- release-v*
9-
pull_request_target:
9+
pull_request:
1010
types:
1111
- opened
1212
- synchronize
@@ -21,7 +21,6 @@ permissions: read-all
2121
jobs:
2222
test:
2323
name: Test ${{ matrix.mode }}
24-
if: github.event_name != 'pull_request_target' || contains(github.event.pull_request.labels.*.name, 'acctest')
2524
runs-on: ubuntu-latest
2625
permissions:
2726
contents: read

0 commit comments

Comments
 (0)