diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01fc9ba672..36d4f2d417 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,6 @@ on: push: branches: - main -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} jobs: ci: name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}' diff --git a/.github/workflows/run-system-tests.yml b/.github/workflows/run-system-tests.yml index 0b7607fde8..26d8c2ddaf 100644 --- a/.github/workflows/run-system-tests.yml +++ b/.github/workflows/run-system-tests.yml @@ -3,8 +3,6 @@ on: push: branches: - main -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} jobs: run-system-tests: name: 'Java ${{ matrix.java.version}}'