diff options
author | Loïc Hoguin <[email protected]> | 2024-11-15 12:00:27 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-11-15 12:07:48 +0100 |
commit | 8312df799e3e501b14e8736d19c2d238b7bd8507 (patch) | |
tree | f68b94062dbbf3c9fd726ba5f4a8a2e04256b305 | |
parent | 9323fa206244d306ec1038bbc1108396125e28b3 (diff) | |
download | erlang.mk-8312df799e3e501b14e8736d19c2d238b7bd8507.tar.gz erlang.mk-8312df799e3e501b14e8736d19c2d238b7bd8507.tar.bz2 erlang.mk-8312df799e3e501b14e8736d19c2d238b7bd8507.zip |
CI: Trick GH runners into picking slower jobs early
-rw-r--r-- | .github/workflows/ci.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b83a0fa..5c0a339 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,8 @@ jobs: - core-apps - core-autopatch - core-compat - - core-deps + # Trick GH runners into picking this slower job early. + - ACME=1 c=core-deps - core-makedep - core-misc - core-plugins @@ -52,7 +53,8 @@ jobs: - hex - proper - protobuffs - - relx + # Trick GH runners into picking this slower job early. + - ACME=1 c=relx - shell - sphinx - triq |