We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a073ec commit eea535cCopy full SHA for eea535c
1 file changed
.github/workflows/update_deploy.yaml
@@ -11,6 +11,7 @@ permissions:
11
12
jobs:
13
update_branch:
14
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
15
name: Merge main into deploy
16
runs-on: ubuntu-latest
17
steps:
0 commit comments