Skip to content

Commit

Permalink
Merge pull request #12197 from hasezoey/disableTideliftOnFork
Browse files Browse the repository at this point in the history
chore(tidelift-alignment): run only in main repository, not in forks
  • Loading branch information
AbdelrahmanHafez committed Aug 2, 2022
2 parents ba323df + 81f29d3 commit f50181e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tidelift-alignment.yml
Expand Up @@ -12,6 +12,7 @@ jobs:
build:
name: Run Tidelift to ensure approved open source packages are in use
runs-on: ubuntu-latest
if: github.repository == 'Automattic/mongoose'
steps:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
Expand All @@ -24,4 +25,4 @@ jobs:
env:
TIDELIFT_API_KEY: ${{ secrets.TIDELIFT_API_KEY }}
TIDELIFT_ORGANIZATION: ${{ secrets.TIDELIFT_ORGANIZATION }}
TIDELIFT_PROJECT: ${{ secrets.TIDELIFT_PROJECT }}
TIDELIFT_PROJECT: ${{ secrets.TIDELIFT_PROJECT }}

0 comments on commit f50181e

Please sign in to comment.