1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Do not run GitHub workflows on forks (#1107)

This commit is contained in:
Jenn Magder
2022-04-25 16:27:30 -07:00
committed by GitHub
parent 13ae9ff013
commit 6f5d2777cc
4 changed files with 13 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ on: [push, pull_request]
jobs:
verify-web-demos:
runs-on: ubuntu-latest
if: github.repository == 'flutter/samples'
steps:
- name: Checkout
uses: actions/checkout@v2