Merge pull request #316 from Gladtbam/glad

修改执行条件
pull/323/head
kunfei 4 years ago committed by GitHub
commit ac57ed7014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/autoupdatefork.yml

@ -15,6 +15,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.event.repository.owner.id == github.event.sender.id
steps:
- name: Checkout
uses: actions/checkout@v2

Loading…
Cancel
Save