action 調整序列

This commit is contained in:
踢低吸 2022-08-31 09:11:20 +00:00
parent 9bbb0d8798
commit c4b72effce

View File

@ -1,19 +1,25 @@
name: PureDomain
on:
workflow_dispatch:
push:
paths:
- "hosts.txt"
- "AutoBuild/pure_domain.py"
# on:
# workflow_dispatch:
# push:
# paths:
# - "hosts.txt"
# - "AutoBuild/pure_domain.py"
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- name: Wait for auto new version finished
uses: lewagon/wait-on-check-action@v1.0.0
with:
ref: ${{ github.ref }}
check-name: "Auto Update Version"
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- uses: actions/checkout@v2
- name: Set up Python