mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Run lock workflow only in flutter/flutter. (#87601)
This is to prevent trying to run the workflow in forks. Bug: https://github.com/flutter/flutter/issues/87573
This commit is contained in:
parent
169bb1b73f
commit
640c08dc80
1
.github/workflows/lock.yaml
vendored
1
.github/workflows/lock.yaml
vendored
@ -9,6 +9,7 @@ on:
|
||||
jobs:
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'flutter/flutter' }}
|
||||
steps:
|
||||
- uses: dessant/lock-threads@486f7380c15596f92b724e4260e4981c68d6bde6
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user