Skip to content

Commit a7ec3e7

Browse files
committed
chore: pr feedback
1 parent 8a9bf44 commit a7ec3e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Test
55

66
permissions:
77
contents: read
8+
pull-requests: read
89

910
on:
1011
pull_request:
@@ -69,7 +70,7 @@ jobs:
6970

7071
e2e:
7172
needs: [check-paths, unit]
72-
if: needs.check-paths.outputs.app == 'true' || !startsWith(github.head_ref, 'renovate/')
73+
if: needs.unit.result == 'success' && (needs.check-paths.outputs.app == 'true' || !startsWith(github.head_ref, 'renovate/'))
7374
runs-on: uds-ubuntu-big-boy-4-core
7475
timeout-minutes: 60
7576
steps:

0 commit comments

Comments
 (0)