Skip to content

Commit 467c62b

Browse files
authored
skip no-commit-to-branch in CI (#10)
1 parent 271a69f commit 467c62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install tox tox-gh-actions
2626
- name: Test with tox
27-
run: tox
27+
run: SKIP=no-commit-to-branch tox
2828
- name: Upload coverage to Codecov
2929
uses: codecov/codecov-action@v4
3030
with:

0 commit comments

Comments
 (0)