Make mirror GitHub workflow not run on forks (flutter/engine#29336)

This commit is contained in:
Jenn Magder 2021-10-26 11:08:03 -07:00 committed by GitHub
parent ae68d0409b
commit ca2ad8ef8b

View File

@ -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