Skip to content

Commit

Permalink
Merge pull request #17 from stefanholek/all-but-latest
Browse files Browse the repository at this point in the history
Add all_but_latest: true to cancel workflow action.
  • Loading branch information
stefanholek committed Nov 12, 2022
2 parents f38f34f + 60b5010 commit d05a47b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Expand Up @@ -28,6 +28,8 @@ jobs:
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.11.0
with:
all_but_latest: true

- name: Check out project
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -119,3 +119,4 @@ Related
.. _`kmd.Kmd`: https://github.com/stefanholek/kmd
.. _`cmd.Cmd`: https://docs.python.org/3/library/cmd.html


0 comments on commit d05a47b

Please sign in to comment.