diff --git a/.github/workflows/update_hosts.yml b/.github/workflows/update_hosts.yml index af6c2e7..a7ea0f5 100644 --- a/.github/workflows/update_hosts.yml +++ b/.github/workflows/update_hosts.yml @@ -3,6 +3,7 @@ name: Update hosts on: push: paths: + - '.github\workflows\update_hosts.yml' - 'setHosts.py' - 'setHosts_Classic.py' - 'requirements.txt' @@ -22,8 +23,8 @@ jobs: cancel-in-progress: true steps: - - name: Wait for synchronization - run: sleep 10 + # - name: Wait for synchronization + # run: sleep 10 - name: Checkout repository uses: actions/checkout@v4