Skip to content

Commit

Permalink
ci(lang-parser): Guard against running this workflow on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
Histalek committed Feb 3, 2024
1 parent 7c61466 commit c421df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lang-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:

jobs:
update-language-files:
# guard against running on forks as they are probably not setup for this
if: github.repository_owner == 'TTT-2'

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit c421df9

Please sign in to comment.