summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/stats.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml
index 97e924517..57e93642b 100644
--- a/.github/workflows/stats.yml
+++ b/.github/workflows/stats.yml
@@ -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