File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 publish-vscode-extension :
1111 name : Publish VSCode extension
1212 runs-on : ubuntu-latest
13- if : ${{ github.event.workflow_run.conclusion == 'success' }}
13+ if : ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_repository.full_name == github.repository }}
1414 environment : production
1515 env :
1616 CURSORLESS_REPO_ROOT : ${{ github.workspace }}
5050 publish-neovim-extension :
5151 name : Publish Neovim extension
5252 runs-on : ubuntu-latest
53- if : ${{ github.event.workflow_run.conclusion == 'success' }}
53+ if : ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_repository.full_name == github.repository }}
5454 environment : production
5555 env :
5656 CURSORLESS_REPO_ROOT : ${{ github.workspace }}
9999 push-cursorless-talon :
100100 name : Push cursorless-talon subrepo
101101 runs-on : ubuntu-latest
102+ if : ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_repository.full_name == github.repository }}
102103 needs : publish-vscode-extension
103104 environment : production
104105 env :
You can’t perform that action at this time.
0 commit comments