Use sys_pgcon for long-term advisory locks (#8320) #4086
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Documentation Changes | |
on: | |
push: | |
paths: | |
- "docs/**" | |
jobs: | |
deploy: | |
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/') | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger vercel deploy hook | |
run: curl -X POST ${{ secrets.VERCEL_DOC_DEPLOY_URL_HOOK }} |