Skip to content

Commit 7f9f932

Browse files
committed
Fix typo in context value.
1 parent 4439ce8 commit 7f9f932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upgrade-develop-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
build:
4848
name: Build
4949
uses: ./.github/workflows/reusable-build-package.yml
50-
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
50+
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
5151
permissions:
5252
contents: read
5353

0 commit comments

Comments
 (0)