From 458212b51ca37b0117633756d3091c089ada399c Mon Sep 17 00:00:00 2001 From: Phil Asmar Date: Wed, 4 Dec 2024 19:38:52 -0500 Subject: [PATCH] address garretts comment --- .github/workflows/change-file-in-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/change-file-in-pr.yml b/.github/workflows/change-file-in-pr.yml index 414cd369..46b3dc2c 100644 --- a/.github/workflows/change-file-in-pr.yml +++ b/.github/workflows/change-file-in-pr.yml @@ -6,7 +6,7 @@ on: jobs: check-files-in-directory: - if: ${{ !contains(github.event.pull_request.labels.*.name, 'Release Not Needed') }} + if: ${{ !contains(github.event.pull_request.labels.*.name, 'Release Not Needed') && !contains(github.event.pull_request.labels.*.name, 'Release PR') }} name: Change File Included in PR runs-on: ubuntu-latest