Skip to content

Commit

Permalink
address garretts comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Dec 5, 2024
1 parent 1957d71 commit 458212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/change-file-in-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 458212b

Please sign in to comment.