diff --git a/.github/workflows/api_platform.yml b/.github/workflows/api_platform.yml index ebf3e3c27dc..654fa98c005 100644 --- a/.github/workflows/api_platform.yml +++ b/.github/workflows/api_platform.yml @@ -1,10 +1,13 @@ -name: CI +name: Distribution update on: push: tags: - v* +env: + GH_TOKEN: ${{ github.token }} + concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true