diff --git a/.github/workflows/auto-cancel.yml b/.github/workflows/auto-cancel.yml index 4e7f228cd..87770eb32 100644 --- a/.github/workflows/auto-cancel.yml +++ b/.github/workflows/auto-cancel.yml @@ -10,5 +10,5 @@ jobs: steps: - uses: styfle/cancel-workflow-action@0.10.0 with: - workflow_id: all + workflow_id: continuous-integration.yml access_token: ${{ github.token }}