diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85525b0..8085ea4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,6 @@ on: branches: - main -concurrency: - group: ${{ github.ref }} - cancel-in-progress: true - jobs: mix_test: name: mix test (OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}})