summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2022-02-08 08:17:21 +0100
committerGeorg Brandl <georg@python.org>2022-02-08 08:17:22 +0100
commitcaa017fdef4dcae610d0947245a0d89c268085cb (patch)
treee6031f785cea6829d160248a2432a08b233d0438 /.github
parentf9c7fb6edf7f46cc8f2b4bb91c59c341c846545f (diff)
downloadpygments-git-caa017fdef4dcae610d0947245a0d89c268085cb.tar.gz
github: avoid running tests twice
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 44776ad7..68ade993 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -27,6 +27,7 @@ jobs:
if: runner.os == 'Linux'
- name: Test package
run: pytest
+ if: runner.os != 'Linux'
check:
runs-on: ubuntu-latest