Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Smoke
on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
branches: ["main"]
branches: ["amazimbe/use-new-maven-version"]
schedule:
- cron: "0 * * * *"

Expand Down
2 changes: 1 addition & 1 deletion tests/smoke-maven-group-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ input:
security-advisories:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
affected-versions:
- < 1.5.11
- < 1.5.12
patched-versions: []
unaffected-versions: []
security-updates-only: true
Expand Down