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 230a0b8 commit f0bd804Copy full SHA for f0bd804
.github/workflows/pr.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
release:
9
+ if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'dependabot' }}
10
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
11
with:
12
packageManager: 'pnpm'
0 commit comments