From f7f16838bef4a26e6b1c6871af38f29843212fe5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 24 Mar 2023 21:12:40 +0000 Subject: [PATCH] Add concurrency --- .gitea/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e9ea6b1..b70bc95 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,8 +6,12 @@ jobs: build: runs-on: ubuntu-latest container: catthehacker/ubuntu:act-latest + strategy: + matrix: + things: [1, 2, 3, 4, 5] steps: - uses: actions/checkout@v3 + - run: sleep 5 - name: Hello world run: docker run hello-world - run: docker ps