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 5f7a4a9 commit 018b655Copy full SHA for 018b655
.github/workflows/releaseops-aura-tests.yml
@@ -3,22 +3,13 @@ name: "ReleaseOps Aura Tests"
3
on:
4
# Allows you to run this workflow manually from the Actions tab
5
workflow_dispatch:
6
- pull_request_target:
7
- branches:
8
- - dev
9
- paths:
10
- - "**/CHANGELOG.md"
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}-aura
14
cancel-in-progress: true
15
16
jobs:
17
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/')
22
uses: ./.github/workflows/reusable-aura-tests.yml
23
with:
24
BRANCH: ${{ github.head_ref || github.ref }}
0 commit comments