From dc4aa846b10c0845c97db7fda5c85fc3efb8ebbd Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Tue, 2 Feb 2021 16:56:40 +0100 Subject: [PATCH] execute jobs in order --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c58287b53..856a98845f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ env: RUST_BACKTRACE: 1 jobs: + strategy: + max-parallel: 1 + prep-dependency-container: name: update earthly container if changed runs-on: self-hosted