diff options
author | 2021-10-14 07:07:47 -0500 | |
---|---|---|
committer | 2021-10-14 08:07:47 -0400 | |
commit | a0becd24b4f44a8ee92533c3baf943e760ee7584 (patch) | |
tree | c7d10b83b84579f34b510991c3e228453c9e1223 | |
parent | fb966b0820ff4ad3635243c971f77d3d5c8825b9 (diff) | |
download | astro-a0becd24b4f44a8ee92533c3baf943e760ee7584.tar.gz astro-a0becd24b4f44a8ee92533c3baf943e760ee7584.tar.zst astro-a0becd24b4f44a8ee92533c3baf943e760ee7584.zip |
Only run `.github/workflows/stats.yml` locally, not on forks (#1549)
-rw-r--r-- | .github/workflows/stat.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stat.yml b/.github/workflows/stat.yml index ab9e042f3..67afc0476 100644 --- a/.github/workflows/stat.yml +++ b/.github/workflows/stat.yml @@ -10,6 +10,7 @@ env: jobs: stat: + if: github.repository == 'snowpackjs/astro' runs-on: ubuntu-latest steps: # Check out code using git |