diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 552caad..6818144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,11 @@ jobs: platform: [ubuntu-latest] #, macos-latest, windows-latest] steps: + - name: Cancel Previous Runs + uses: styfle/cancel-workflow-action@0.12.0 + with: + access_token: ${{ github.token }} + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}