diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd1d310..d2d273d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,13 +5,13 @@ on: push: branches: main -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +# concurrency: +# group: ${{ github.workflow }}-${{ github.ref }} +# cancel-in-progress: true -defaults: - run: - working-directory: testing +# defaults: +# run: +# working-directory: testing jobs: test: