Skip to content

Commit

Permalink
gh-actions: run update only on the main repo
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Mar 15, 2024
1 parent 1b4bfd4 commit 0cc254c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

jobs:
attempt-update:
if: ${{ github.repository == 'mseri/BET' }}
runs-on: ubuntu-latest
permissions:
issues: write
Expand Down

0 comments on commit 0cc254c

Please sign in to comment.