Attempt 1 to fix broken triggers

Update php-render.yml
This commit is contained in:
Herwin Bozet (NibblePoker) 2024-11-26 21:55:29 +01:00
parent 4e55a42e54
commit bed09c3b2a

View File

@ -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: