Skip to content

Commit

Permalink
chore(ci): run fossa action only on our repo
Browse files Browse the repository at this point in the history
It needs key and fails without it.
  • Loading branch information
nijel committed Oct 3, 2024
1 parent 16a2c68 commit 4e7632a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
jobs:
fossa-scan:
runs-on: ubuntu-latest
if: ${{ github.repository == 'WeblateOrg/weblate' }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4e7632a

Please sign in to comment.