mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make mirror GitHub workflow not run on forks (flutter/engine#29336)
This commit is contained in:
parent
ae68d0409b
commit
ca2ad8ef8b
@ -13,6 +13,7 @@ jobs:
|
||||
permissions:
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'flutter/engine' }}
|
||||
name: Mirror main branch to master branch
|
||||
steps:
|
||||
- name: Mirror action step
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user