Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

vertx-stack (4.x)

vertx-stack (4.x) #1057

Workflow file for this run

name:vertx-stack (4.x)
on:
schedule:
-cron:'0 4 * * *'
jobs:
CI:
strategy:
matrix:
include:
-os:ubuntu-latest
jdk:8
uses:./.github/workflows/ci.yml
with:
branch:4.x
jdk:${{ matrix.jdk }}
os:${{ matrix.os }}
secrets:inherit
Deploy:
if:${{ github.repository_owner == 'vert-x3' && (github.event_name == 'push' || github.event_name == 'schedule') }}
needs:CI
uses:./.github/workflows/deploy.yml
with:
branch:4.x
jdk:8
secrets:inherit

[8]ページ先頭

©2009-2025 Movatter.jp