Only run .github/workflows/stats.yml locally, not on forks (#1549)

This commit is contained in:
Caleb Jasik 2021-10-14 07:07:47 -05:00 committed by GitHub
parent fb966b0820
commit a0becd24b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ env:
jobs:
stat:
if: github.repository == 'snowpackjs/astro'
runs-on: ubuntu-latest
steps:
# Check out code using git