Skip to content

Commit 33c3784

Browse files
committed
cancel in progress jobs as needed
1 parent 0935af8 commit 33c3784

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ env:
88
AAR_ARTIFACT_FILENAME: bdist_unit_tests_app-release-1.1.aar
99
PYTHONFORANDROID_PREREQUISITES_INSTALL_INTERACTIVE: 0
1010

11+
concurrency:
12+
cancel-in-progress: true
13+
1114
jobs:
1215

1316
flake8:

0 commit comments

Comments
 (0)