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