diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 81dfb15..dc91808 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,6 +10,11 @@ on: - created workflow_dispatch: # allows you to trigger manually +# TODO check github actions doc to evaluate if we need this or if this is even a good idea +# concurrency: +# group: ${{ github.workflow }}-${{ github.ref }} +# cancel-in-progress: true + jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest @@ -38,7 +43,7 @@ jobs: ls -lah - name: "Install docker" - run: apt-get update && apt-get install docker-ce docker-ce-cli containerd.io + run: sudo apt-get update && sudo apt-get install docker-ce docker-ce-cli containerd.io - name: "Build" run: make build-docker