Skip to content

Commit 0d0c8bf

Browse files
committed
[ELI-604] skipping broken internal dev job for now
1 parent 208e1fa commit 0d0c8bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dev_sandbox_publish_deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to Dev and Sandbox
33
on:
44
push:
55
branches:
6-
- main
6+
- feature/rgjb-eli-604-rotate_proxygen_key_in_ptl_and_prod
77

88
jobs:
99
metadata:
@@ -27,6 +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
3031
steps:
3132
- name: Checkout repository
3233
uses: actions/checkout@v6

0 commit comments

Comments
 (0)