Skip to content

Commit 41f8d63

Browse files
committed
build: disable tests workflow for releases
- Do not run test workflow for releases
1 parent 25a862b commit 41f8d63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515

1616
jobs:
1717
tests-cartridge-container:
18+
if: "!contains(github.event.head_commit.message, '[maven-release-plugin]')"
1819
runs-on: ubuntu-latest
1920
timeout-minutes: 25
2021
strategy:
@@ -57,6 +58,7 @@ jobs:
5758
overwrite: true
5859

5960
tests-tarantool-container:
61+
if: "!contains(github.event.head_commit.message, '[maven-release-plugin]')"
6062
runs-on: ubuntu-latest
6163
timeout-minutes: 25
6264
strategy:
@@ -95,6 +97,7 @@ jobs:
9597
overwrite: true
9698

9799
merge-jacoco-report:
100+
if: "!contains(github.event.head_commit.message, '[maven-release-plugin]')"
98101
name: Jacoco Merge Results
99102
needs:
100103
- tests-cartridge-container

0 commit comments

Comments
 (0)