Skip to content

Commit

Permalink
ci: don't run the suite on schedule
Browse files Browse the repository at this point in the history
the suite is failing due to jakarta pr changes - not known if intended
  • Loading branch information
berezovskyi authored Jun 6, 2024
1 parent 3f3b870 commit cfef0be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven-core-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
branches: [master, main]
pull_request:
branches: [master, main]
schedule:
- cron: "30 4 * * 5" # catch SNAPSHOT breaking changes
# schedule:
# - cron: "30 4 * * 5" # catch SNAPSHOT breaking changes
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit cfef0be

Please sign in to comment.