CI: restrict workflows to only run on owner repository
This commit is contained in:
1
.github/workflows/npm-update-bot.yml
vendored
1
.github/workflows/npm-update-bot.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
npmupbot:
|
||||
name: NPM Update Bot 🤖
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'wg-easy'
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user