Update update_ios_task.yml

This commit is contained in:
LXK9301
2021-01-27 22:19:48 +08:00
committed by GitHub
parent 620ef6a607
commit 95346bf632

View File

@ -3,8 +3,8 @@ name: update_ios_task
on: on:
workflow_dispatch: workflow_dispatch:
schedule: #schedule:
- cron: '0 4,16 * * *' #- cron: '0 4,16 * * *'
repository_dispatch: repository_dispatch:
types: update_ios_task types: update_ios_task
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