Skip to content

Commit 7837d68

Browse files
committed
bypass other-smoketest
1 parent 799d650 commit 7837d68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
suite: [ "glassfish", "jetty", "liberty", "tomcat", "tomee", "wildfly", "other" ]
46+
suite: [ "glassfish", "jetty", "liberty", "tomcat", "tomee", "wildfly"]
4747
fail-fast: true
4848
steps:
4949
# Set fetch-depth: 0 to fetch commit history and tags for use in version calculation

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
suite: [ "glassfish", "jetty", "liberty", "tomcat", "tomee", "wildfly", "other" ]
16+
suite: [ "glassfish", "jetty", "liberty", "tomcat", "tomee", "wildfly"]
1717
fail-fast: true
1818
steps:
1919
# Set fetch-depth: 0 to fetch commit history and tags for use in version calculation

0 commit comments

Comments
 (0)