We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbf6210 + 85f6e6e commit 08733f0Copy full SHA for 08733f0
1 file changed
.github/workflows/dev_sandbox_publish_deploy.yaml
@@ -27,7 +27,7 @@ jobs:
27
name: "Publish spec & deploy to dev"
28
needs: metadata
29
runs-on: ubuntu-latest
30
- if: false # Temporarily skip this job
+ if: false # Skip this job
31
steps:
32
- name: Checkout repository
33
uses: actions/checkout@v6
@@ -70,7 +70,7 @@ jobs:
70
71
sandbox:
72
name: "Publish spec & deploy to sandbox"
73
- needs: internal-dev
+ needs: metadata # Changed from internal-dev to metadata
74
75
76
0 commit comments