Skip to content

Commit

Permalink
Update .github/workflows/auto-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr authored Nov 2, 2023
1 parent 6aea2cf commit 27032c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
auto-readme:
if: ${{ !contains( github.event.pull_request.labels.*.name, 'modules/readme') }}
if: ${{ !contains( github.event.pull_request.labels.*.name, 'auto-readme-disabled') }}
runs-on: ubuntu-latest
container: cloudposse/build-harness:latest
steps:
Expand Down

0 comments on commit 27032c7

Please sign in to comment.