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 25a862b commit 41f8d63Copy full SHA for 41f8d63
.github/workflows/tests.yml
@@ -15,6 +15,7 @@ env:
15
16
jobs:
17
tests-cartridge-container:
18
+ if: "!contains(github.event.head_commit.message, '[maven-release-plugin]')"
19
runs-on: ubuntu-latest
20
timeout-minutes: 25
21
strategy:
@@ -57,6 +58,7 @@ jobs:
57
58
overwrite: true
59
60
tests-tarantool-container:
61
62
63
64
@@ -95,6 +97,7 @@ jobs:
95
97
96
98
99
merge-jacoco-report:
100
101
name: Jacoco Merge Results
102
needs:
103
- tests-cartridge-container
0 commit comments