mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: prevent stats workflow from running on forks (#5897)
This commit is contained in:
parent
2f48c8c05f
commit
3d6f62746a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/stats.yml
vendored
3
.github/workflows/stats.yml
vendored
|
|
@ -5,8 +5,11 @@ on:
|
|||
- cron: "0 12 * * *" # Run daily at 12:00 UTC
|
||||
workflow_dispatch: # Allow manual trigger
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
stats:
|
||||
if: github.repository == 'sst/opencode'
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue