Skip to content

Commit

Permalink
wait
Browse files Browse the repository at this point in the history
  • Loading branch information
bromine0x23 committed Nov 17, 2023
1 parent f01581b commit 9d9b3f9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,29 @@ on:

jobs:
wait-oraclelinux:
name: 等待上游镜像完成
name: 等待上游镜像完成 - OracleLinux
runs-on: ubuntu-latest
steps:
- name: Wait to succeed
- uses: actions/checkout@v4
- name: Wait to succeed - OracleLinux
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: OracleLinux
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 900
wait-interval: 10
wait-debian:
name: 等待上游镜像完成
name: 等待上游镜像完成 - Debian
runs-on: ubuntu-latest
steps:
- name: Wait to succeed
- uses: actions/checkout@v4
- name: Wait to succeed - Debian
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: Debian
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 900
wait-interval: 10

java:
uses: ./.github/workflows/image-build.yml
Expand Down

0 comments on commit 9d9b3f9

Please sign in to comment.