mirror of
https://github.com/actions/setup-java.git
synced 2025-02-21 17:10:27 +00:00
revert cron in e2e-versions
This commit is contained in:
parent
3873ac9aee
commit
85f42bb787
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-versions.yml
vendored
2
.github/workflows/e2e-versions.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */12 * * 1'
|
- cron: '0 */12 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
setup-java-major-versions:
|
setup-java-major-versions:
|
||||||
|
|
Loading…
Add table
Reference in a new issue