diff --git a/.github/workflows/update_list.yml b/.github/workflows/update_list.yml index 458e596c..a50421ce 100644 --- a/.github/workflows/update_list.yml +++ b/.github/workflows/update_list.yml @@ -3,8 +3,8 @@ name: update_list on: workflow_dispatch: - schedule: - - cron: '1 5,17 * * *' + #schedule: + #- cron: '1 5,17 * * *' repository_dispatch: types: update_list push: @@ -12,7 +12,7 @@ on: jobs: build: runs-on: ubuntu-latest - if: github.event.repository.owner.id == github.event.sender.id + #if: github.event.repository.owner.id == github.event.sender.id steps: - name: Checkout uses: actions/checkout@v2