We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc44ce commit 1fbed68Copy full SHA for 1fbed68
1 file changed
.github/workflows/workflow-lint.yml
@@ -34,7 +34,7 @@ jobs:
34
lint:
35
name: Lint GitHub Action files
36
uses: ./.github/workflows/reusable-workflow-lint.yml
37
- if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
+ if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' || true ) }}
38
permissions:
39
security-events: write
40
actions: read
0 commit comments