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:
|
||||
stat:
|
||||
if: github.repository == 'snowpackjs/astro'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Check out code using git
|
||||
|
|
Loading…
Reference in a new issue