Skip to content

Commit 7608fc8

Browse files
committed
fix: mionor fix on GitHub action
1 parent 100ed43 commit 7608fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
# uses: codecov/codecov-action@v2
4444

4545
- name: Lint PR
46-
if: 'github.event.pull_request != null'
46+
if: github.event_name == 'pull_request'
4747
shell: bash
4848
run: pnpm danger ci --use-github-checks --failOnErrors
4949
working-directory: packages/bots

0 commit comments

Comments
 (0)