From 23f7c1a1885422d7f12980a5dfd6a04e6f28ed93 Mon Sep 17 00:00:00 2001 From: Luke Bermingham Date: Wed, 27 Nov 2024 15:46:05 +1000 Subject: [PATCH] Modify action to get it to run at all --- .github/workflows/healthcheck-libs-with-public-deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/healthcheck-libs-with-public-deps.yml b/.github/workflows/healthcheck-libs-with-public-deps.yml index 320ff65a..017768f2 100644 --- a/.github/workflows/healthcheck-libs-with-public-deps.yml +++ b/.github/workflows/healthcheck-libs-with-public-deps.yml @@ -24,7 +24,7 @@ env: jobs: build-using-public-deps: - if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure' && github.event.head_commit.message !~ '#bypass-publish-check' + if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure' && contains(github.event.head_commit.message, '#bypass-publish-check') runs-on: ubuntu-latest steps: