Skip to content

Commit f4b0fc0

Browse files
authored
Skip update-framework.yml workflow on forks (#537)
1 parent bc841ff commit f4b0fc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-framework.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
update-framework: #----------------------------------------------------------
2222
name: Update wp-cli framework
2323
runs-on: ubuntu-latest
24+
if: ${{ github.repository_owner == 'wp-cli' }}
2425
steps:
2526
- name: Check out source code
2627
uses: actions/checkout@v3

0 commit comments

Comments
 (0)