We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4439ce8 commit 7f9f932Copy full SHA for 7f9f932
1 file changed
.github/workflows/upgrade-develop-testing.yml
@@ -47,7 +47,7 @@ jobs:
47
build:
48
name: Build
49
uses: ./.github/workflows/reusable-build-package.yml
50
- if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
+ if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
51
permissions:
52
contents: read
53
0 commit comments