Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d88a1d3

Browse files
author
Maciej Olko
committed
Cancel any previous runs of workflow that are not completed
1 parent e6fde05 commit d88a1d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-and-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
matrix:
1212
version: [3.8, 3.9]
1313
steps:
14+
- uses: styfle/cancel-workflow-action@main
15+
with:
16+
access_token: ${{ secrets.GITHUB_TOKEN }}
1417
- uses: actions/setup-python@master
1518
- run: sudo apt-get install -y gettext
1619
- run: pip install transifex-client requests

0 commit comments

Comments
 (0)