Unverified Commit 39c5d2fa authored by godofredoc's avatar godofredoc Committed by GitHub

Do not run score cards on forks of flutter/flutter. (#97603)

As a general rule all the .github workflows enabled for flutter/flutter
should not run on forks.

Bug: https://github.com/flutter/flutter/issues/97599
parent 98d625c2
......@@ -14,6 +14,7 @@ jobs:
analysis:
name: Scorecards analysis
runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/flutter' }}
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
......
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