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.
1 parent 5e3b6b7 commit e30b3bbCopy full SHA for e30b3bb
.github/workflows/dependents.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
VisualPinball-Unity-AssetLibrary-Hdrp:
11
runs-on: ubuntu-latest
12
- if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'workflow_run' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' }}
13
steps:
14
- uses: actions/checkout@v2
15
with:
0 commit comments