Skip to content

Commit 08733f0

Browse files
authored
Merge pull request #338 from NHSDigital/feature/rgjb-eli-604-rotate_proxygen_key_in_ptl_and_prod
[ELI-604] changing needs req
2 parents dbf6210 + 85f6e6e commit 08733f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev_sandbox_publish_deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: "Publish spec & deploy to dev"
2828
needs: metadata
2929
runs-on: ubuntu-latest
30-
if: false # Temporarily skip this job
30+
if: false # Skip this job
3131
steps:
3232
- name: Checkout repository
3333
uses: actions/checkout@v6
@@ -70,7 +70,7 @@ jobs:
7070
7171
sandbox:
7272
name: "Publish spec & deploy to sandbox"
73-
needs: internal-dev
73+
needs: metadata # Changed from internal-dev to metadata
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Checkout repository

0 commit comments

Comments
 (0)