Attempt 1 to fix broken triggers
Update php-render.yml
This commit is contained in:
parent
4e55a42e54
commit
bed09c3b2a
4
.github/workflows/php-render.yml
vendored
4
.github/workflows/php-render.yml
vendored
@ -2,13 +2,13 @@ name: Render PHP Demo Page
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows:
|
workflows: ["Compile SASS"]
|
||||||
- Compile SASS
|
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
php_render:
|
php_render:
|
||||||
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user