From 15c51ea22667de11ac95c4ab8250486b6b8c206b Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Wed, 1 May 2024 13:25:57 +1000 Subject: [PATCH] Update write_failure_comment.yml Remove branches ignore. Seems this changed meaning sometime earlier this year, and is preventing the workflow running on pull requests targeted at these branches instead of just workflows running ON those branches. --- .github/workflows/write_failure_comment.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/write_failure_comment.yml b/.github/workflows/write_failure_comment.yml index 38d676a1235d..46b75ed9a949 100644 --- a/.github/workflows/write_failure_comment.yml +++ b/.github/workflows/write_failure_comment.yml @@ -5,9 +5,6 @@ on: workflows: [🧪 QGIS tests] types: - completed - branches-ignore: - - 'master' - - 'release*' permissions: contents: read