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:
1
.github/workflows/verify-web-demos.yml
vendored
1
.github/workflows/verify-web-demos.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user