diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c33a4d901..083d03c52e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,11 @@ 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