Skip to content

Commit

Permalink
fix: skip run-tests in GitHub Action
Browse files Browse the repository at this point in the history
Signed-off-by: jingfelix <jingfelix@outlook.com>
  • Loading branch information
jingfelix committed Oct 7, 2024
1 parent a99967e commit 47e1f6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [ main ]
pull_request:

env:
SKIP: run-tests

jobs:
pre_commit:
runs-on: ubuntu-latest
Expand All @@ -15,4 +18,4 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install -e .
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.0

0 comments on commit 47e1f6b

Please sign in to comment.