Skip to content

Commit

Permalink
ci(dependabot): bump styfle/cancel-workflow-action from 0.11.0 to 0.1…
Browse files Browse the repository at this point in the history
…2.0 (#28)

* ci(dependabot): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0

Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](styfle/cancel-workflow-action@0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* use concurrency instead

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Talley Lambert <[email protected]>
  • Loading branch information
dependabot[bot] and tlambert03 authored Dec 3, 2023
1 parent 37dace3 commit 1d5bcbb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
schedule:
- cron: "0 0 * * 0" # every week

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
check-manifest:
name: Check Manifest
Expand Down Expand Up @@ -39,11 +43,6 @@ jobs:
platform: ubuntu-latest

steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 1d5bcbb

Please sign in to comment.