diff --git a/.github/workflows/notify-unreleased-commits.yml b/.github/workflows/notify-unreleased-commits.yml index 663dbfd4..57ed2f2c 100644 --- a/.github/workflows/notify-unreleased-commits.yml +++ b/.github/workflows/notify-unreleased-commits.yml @@ -7,6 +7,7 @@ on: jobs: notify: runs-on: ubuntu-22.04 + if: github.repository_owner == 'wxt-dev' steps: - name: Checkout uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0 diff --git a/.github/workflows/update-browser-package.yml b/.github/workflows/update-browser-package.yml index 643735a1..6a564fae 100644 --- a/.github/workflows/update-browser-package.yml +++ b/.github/workflows/update-browser-package.yml @@ -11,6 +11,7 @@ jobs: sync: name: 'Sync with @types/chrome' runs-on: ubuntu-latest + if: github.repository_owner == 'wxt-dev' permissions: contents: write # Push version changes id-token: write # OIDC for NPM publishing