Skip to content

Commit 658f750

Browse files
committed
stop concurrent tests
1 parent c8216cf commit 658f750

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/autotests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ env:
77
TEST_API_USERNAME2: test_plugin2
88
TEST_API_PASSWORD2: ${{ secrets.MERGINTEST_API_PASSWORD2 }}
99

10+
concurrency:
11+
group: ci-${{github.ref}}-autotests
12+
cancel-in-progress: true
13+
1014
jobs:
1115
tests:
1216
runs-on: ubuntu-latest

.github/workflows/code_style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Code Style
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
code_style_python:

0 commit comments

Comments
 (0)