Skip to content

Commit 018b655

Browse files
authored
Update releaseops-aura-tests.yml workflow triggers
Removed pull_request_target trigger and related conditions.
1 parent 5f7a4a9 commit 018b655

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/releaseops-aura-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,13 @@ name: "ReleaseOps Aura Tests"
33
on:
44
# Allows you to run this workflow manually from the Actions tab
55
workflow_dispatch:
6-
pull_request_target:
7-
branches:
8-
- dev
9-
paths:
10-
- "**/CHANGELOG.md"
116

127
concurrency:
138
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}-aura
149
cancel-in-progress: true
1510

1611
jobs:
1712
aura-professional-5-tests:
18-
if: |
19-
github.event_name != 'pull_request_target' ||
20-
github.event.pull_request.user.login == 'neo4j-team-graphql' &&
21-
startsWith(github.head_ref, 'changeset-release/')
2213
uses: ./.github/workflows/reusable-aura-tests.yml
2314
with:
2415
BRANCH: ${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)