ci(cronet.yml):only gedoor can trigger

pull/1695/head
Xwite 3 years ago
parent e3a5f0c052
commit 5a6d2278ae
  1. 3
      .github/workflows/cronet.yml

@ -8,12 +8,13 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.actor == 'gedoor' }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Download Lastest Cronet jar - name: Check Cronet Updates
run: | run: |
echo "获取cronet最新版本" echo "获取cronet最新版本"
source .github/scripts/cronet.sh source .github/scripts/cronet.sh

Loading…
Cancel
Save