Skip to content

Commit

Permalink
fix: run only on owner's repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheckzen authored Sep 26, 2024
1 parent 3515496 commit b68cd26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-front-end-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
update:
if: github.repository_owner == 'vcheckzen'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit b68cd26

Please sign in to comment.