Skip to content

Commit 25f9d3b

Browse files
committed
ci: don't run cron jobs on forks
1 parent d28a5c7 commit 25f9d3b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/notify-unreleased-commits.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
notify:
99
runs-on: ubuntu-22.04
10+
if: github.repository_owner == 'wxt-dev'
1011
steps:
1112
- name: Checkout
1213
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0

.github/workflows/update-browser-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
sync:
1212
name: 'Sync with @types/chrome'
1313
runs-on: ubuntu-latest
14+
if: github.repository_owner == 'wxt-dev'
1415
permissions:
1516
contents: write # Push version changes
1617
id-token: write # OIDC for NPM publishing

0 commit comments

Comments
 (0)