Skip to content

Commit d94b74c

Browse files
committed
Update file(s) from wp-cli/.github
1 parent 0a29034 commit d94b74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regenerate-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
regenerate-readme: #----------------------------------------------------------
1515
name: Regenerate README.md file
1616
runs-on: ubuntu-latest
17-
if: ${{ ! contains(fromJson('[".github", "wp-cli", "wp-cli-bundle", "wp-super-cache-cli", "php-cli-tools", "wp-config-transformer"]'), github.event.repository.name) }}
17+
if: ${{ github.repository_owner == 'wp-cli' && ! contains(fromJson('[".github", "wp-cli", "wp-cli-bundle", "wp-super-cache-cli", "php-cli-tools", "wp-config-transformer"]'), github.event.repository.name) }}
1818
steps:
1919
- name: Check out source code
2020
uses: actions/checkout@v2

0 commit comments

Comments
 (0)