Skip to content

Commit 1fbed68

Browse files
committed
Lint workflow files
1 parent dfc44ce commit 1fbed68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
lint:
3535
name: Lint GitHub Action files
3636
uses: ./.github/workflows/reusable-workflow-lint.yml
37-
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
37+
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' || true ) }}
3838
permissions:
3939
security-events: write
4040
actions: read

0 commit comments

Comments
 (0)