We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208e1fa commit 0d0c8bfCopy full SHA for 0d0c8bf
1 file changed
.github/workflows/dev_sandbox_publish_deploy.yaml
@@ -3,7 +3,7 @@ name: Deploy to Dev and Sandbox
3
on:
4
push:
5
branches:
6
- - main
+ - feature/rgjb-eli-604-rotate_proxygen_key_in_ptl_and_prod
7
8
jobs:
9
metadata:
@@ -27,6 +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
31
steps:
32
- name: Checkout repository
33
uses: actions/checkout@v6
0 commit comments