Skip to content

Commit

Permalink
test:update_hosts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Nov 29, 2024
1 parent b195d0f commit 1fb371f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/update_hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Update hosts
on:
push:
# paths:
# - 'update_hosts.yml'
# - 'setHosts.py'
# - 'setHosts_Classic.py'
# - 'requirements.txt'
Expand All @@ -23,18 +22,11 @@ jobs:
cancel-in-progress: true

steps:
# - name: Wait for synchronization
# run: sleep 10

- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Switch to default branch
run: |
git pull origin main --rebase # 确保同步最新代码
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 1fb371f

Please sign in to comment.