We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4127b commit 61cd680Copy full SHA for 61cd680
.github/workflows/test.yml
@@ -10,6 +10,7 @@ jobs:
10
typos:
11
name: Typos Check
12
runs-on: ubuntu-latest
13
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
14
continue-on-error: true
15
steps:
16
- uses: actions/checkout@v5
0 commit comments