diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 083d03c52e..9c33a4d901 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,11 +31,6 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 - with: - access_token: ${{ github.token }} - - uses: actions/checkout@v2 - name: Setup Rust toolchain