mirror of
https://github.com/actions/setup-java.git
synced 2026-07-12 09:05:42 +00:00
Compare commits
2 Commits
3873ac9aee
...
744367cfdc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
744367cfdc | ||
|
|
85f42bb787 |
3
.github/workflows/e2e-versions.yml
vendored
3
.github/workflows/e2e-versions.yml
vendored
@ -3,6 +3,7 @@ name: Validate Java e2e
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- releases/*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
@ -10,7 +11,7 @@ on:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
schedule:
|
||||
- cron: '0 */12 * * 1'
|
||||
- cron: '0 */12 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
setup-java-major-versions:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user