From 033bec0fcdbc731fa4dc4e13c6961020646b59e8 Mon Sep 17 00:00:00 2001 From: James Amner Date: Mon, 20 Jan 2025 09:19:37 +0000 Subject: [PATCH] Fixes for workflow triggers --- .github/workflows/test-php.yml | 10 ++++++++++ .github/workflows/tests-js.yml | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 1f9f559..0a69b5e 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -2,6 +2,16 @@ name: PHP Quality Tests on: pull_request: + workflow_run: + workflows: ["Update WP Deps"] + types: + - completed + +permissions: + issues: write + pull-requests: write + contents: write + checks: write concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/tests-js.yml b/.github/workflows/tests-js.yml index cee0f9e..96ab95e 100644 --- a/.github/workflows/tests-js.yml +++ b/.github/workflows/tests-js.yml @@ -11,7 +11,8 @@ permissions: issues: write pull-requests: write contents: write - + checks: write + env: fail-fast: true