mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
Only run .github/workflows/stats.yml
locally, not on forks (#1549)
This commit is contained in:
parent
fb966b0820
commit
a0becd24b4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/stat.yml
vendored
1
.github/workflows/stat.yml
vendored
|
@ -10,6 +10,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stat:
|
stat:
|
||||||
|
if: github.repository == 'snowpackjs/astro'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# Check out code using git
|
# Check out code using git
|
||||||
|
|
Loading…
Add table
Reference in a new issue