Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dev_sandbox_publish_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: "Publish spec & deploy to dev"
needs: metadata
runs-on: ubuntu-latest
if: false # Temporarily skip this job
if: false # Skip this job
steps:
- name: Checkout repository
uses: actions/checkout@v6
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

sandbox:
name: "Publish spec & deploy to sandbox"
needs: internal-dev
needs: metadata # Changed from internal-dev to metadata
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
Loading