Skip to content

Commit 72b852a

Browse files
committed
updated python3.8.yaml
1 parent 6d08d02 commit 72b852a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python3.8.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ on:
2222
schedule:
2323
- cron: '0 7 * * *'
2424

25+
concurrency:
26+
group: ${{ github.ref }}-${{ github.workflow }}
27+
cancel-in-progress: false # build auto-cancellation - enabling this causes false-positive badge failure statuses
28+
2529
jobs:
2630
build:
2731
name: Python 3.8

0 commit comments

Comments
 (0)