Update update_list.yml
This commit is contained in:
6
.github/workflows/update_list.yml
vendored
6
.github/workflows/update_list.yml
vendored
@ -3,8 +3,8 @@ name: update_list
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
#schedule:
|
||||||
- cron: '1 5,17 * * *'
|
#- cron: '1 5,17 * * *'
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: update_list
|
types: update_list
|
||||||
push:
|
push:
|
||||||
@ -12,7 +12,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Reference in New Issue
Block a user