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:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Compile SASS
|
||||
workflows: ["Compile SASS"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
php_render:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user