diff --git a/.github/workflows/cancel-workflow b/.github/workflows/cancel-workflow.yml similarity index 83% rename from .github/workflows/cancel-workflow rename to .github/workflows/cancel-workflow.yml index ec465d970d..e09a736eb7 100644 --- a/.github/workflows/cancel-workflow +++ b/.github/workflows/cancel-workflow.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.9.1 + - uses: styfle/cancel-workflow-action@0.6.0 with: workflow_id: 10629,1299107,2792859,8268314 access_token: ${{ github.token }}