We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8216cf commit 658f750Copy full SHA for 658f750
.github/workflows/autotests.yml
@@ -7,6 +7,10 @@ env:
7
TEST_API_USERNAME2: test_plugin2
8
TEST_API_PASSWORD2: ${{ secrets.MERGINTEST_API_PASSWORD2 }}
9
10
+concurrency:
11
+ group: ci-${{github.ref}}-autotests
12
+ cancel-in-progress: true
13
+
14
jobs:
15
tests:
16
runs-on: ubuntu-latest
.github/workflows/code_style.yml
@@ -1,6 +1,6 @@
1
name: Code Style
2
3
-on: [push, pull_request]
+on: [push]
4
5
6
code_style_python:
0 commit comments