diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e2f435457..d971c4e3f9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,10 +12,6 @@ on: - main - rel-* -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - jobs: Lint-Style: name: Lint & check code style