Skip to content

Commit

Permalink
Modify action to get it to run at all
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehb committed Nov 27, 2024
1 parent 1eb99d2 commit 23f7c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-libs-with-public-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 23f7c1a

Please sign in to comment.