Skip to content

Commit cfef0be

Browse files
authored
ci: don't run the suite on schedule
the suite is failing due to jakarta pr changes - not known if intended
1 parent 3f3b870 commit cfef0be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/maven-core-cm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
branches: [master, main]
99
pull_request:
1010
branches: [master, main]
11-
schedule:
12-
- cron: "30 4 * * 5" # catch SNAPSHOT breaking changes
11+
# schedule:
12+
# - cron: "30 4 * * 5" # catch SNAPSHOT breaking changes
13+
workflow_dispatch:
1314

1415
jobs:
1516
build:

0 commit comments

Comments
 (0)