diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50c6426..a8fce2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,10 +5,6 @@ on: branches: - v0.x -concurrency: - group: ${{ github.workflow }}-${{ github.ref || github.run_id }} - cancel-in-progress: true - jobs: build: uses: Datadog/action-prebuildify/.github/workflows/build.yml@main