We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba323df commit 81f29d3Copy full SHA for 81f29d3
.github/workflows/tidelift-alignment.yml
@@ -12,6 +12,7 @@ jobs:
12
build:
13
name: Run Tidelift to ensure approved open source packages are in use
14
runs-on: ubuntu-latest
15
+ if: github.repository == 'Automattic/mongoose'
16
steps:
17
- name: Checkout
18
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
@@ -24,4 +25,4 @@ jobs:
24
25
env:
26
TIDELIFT_API_KEY: ${{ secrets.TIDELIFT_API_KEY }}
27
TIDELIFT_ORGANIZATION: ${{ secrets.TIDELIFT_ORGANIZATION }}
- TIDELIFT_PROJECT: ${{ secrets.TIDELIFT_PROJECT }}
28
+ TIDELIFT_PROJECT: ${{ secrets.TIDELIFT_PROJECT }}
0 commit comments