Skip to content

Commit

Permalink
Fix the if condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko committed Dec 16, 2022
1 parent 9c0fc73 commit 2ba1d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: PHP coding standards
runs-on: ubuntu-latest
timeout-minutes: 20
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2ba1d47

Please sign in to comment.