We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
workflow_dispatch
1 parent 262d567 commit ebe9176Copy full SHA for ebe9176
.github/workflows/npm-run-package.yml
@@ -19,7 +19,7 @@ on:
19
jobs:
20
npm-run-package-and-push: # make sure build/ci work properly
21
runs-on: ubuntu-latest
22
- if: ${{ github.event_name }} == 'workflow_dispatch' || ${{ github.actor }} == 'dependabot[bot]' || ${{ github.actor }} == 'dscho'
+ if: ${{ github.event_name }} == 'workflow_dispatch' || ${{ github.event.pull_request.head.repo.owner.login }} == 'git-for-windows'
23
environment: git-for-windows-ci-push
24
steps:
25
- uses: actions/checkout@v2
0 commit comments