Skip to content

Commit 9408e2a

Browse files
authored
Merge pull request #5927 from nhsuk/fix-workflow-call-from-testing-repo
Ensure end-to-end tests can be ran on a testing PR with a matching mavis branch
2 parents f2a6207 + 0fc2947 commit 9408e2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/end-to-end-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- uses: actions/checkout@v6
6767
with:
6868
fetch-depth: 0
69+
repository: nhsuk/manage-vaccinations-in-schools
6970
- name: Check if image exists
7071
id: check-image
7172
env:
@@ -125,6 +126,7 @@ jobs:
125126
- uses: actions/checkout@v6
126127
with:
127128
fetch-depth: 0
129+
repository: nhsuk/manage-vaccinations-in-schools
128130
- name: Check if image exists
129131
id: check-image
130132
env:

0 commit comments

Comments
 (0)