diff options
author | Peter Bierma <zintensitydev@gmail.com> | 2025-02-14 09:46:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-14 14:46:04 +0000 |
commit | fda87c028b36a0ff84aab512b4a813ec40054908 (patch) | |
tree | dacdded41fed2edc409faeb77ec2f058961b610c | |
parent | 334589f6192520ba633c29e62a11f7f4c1d89218 (diff) | |
download | cpython-fda87c028b36a0ff84aab512b4a813ec40054908.tar.gz cpython-fda87c028b36a0ff84aab512b4a813ec40054908.zip |
CI: Mark the `cross-build-linux` job as skippable (#130113)
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecec57616d3..a33e3479963 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -658,6 +658,7 @@ jobs: build_asan, build_tsan, test_hypothesis, + cross-build-linux, ' || '' }} |