Unverified Commit 640c08dc authored by godofredoc's avatar godofredoc Committed by GitHub

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
parent 169bb1b7
......@@ -9,6 +9,7 @@ on:
jobs:
lock:
runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/flutter' }}
steps:
- uses: dessant/lock-threads@486f7380c15596f92b724e4260e4981c68d6bde6
with:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment