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 1de4f57 commit 6f34762Copy full SHA for 6f34762
.github/workflows/pages.yaml
@@ -21,7 +21,8 @@ concurrency:
21
jobs:
22
build:
23
name: "Build"
24
- if: ${{ !contains(github.event.head_commit.message, '#nodeploy') }}
+ if: ${{ !contains(github.event.head_commit.message, '#nodeploy') || github.actor != 'dependabot[bot]' }}
25
+
26
uses: cssnr/workflows/.github/workflows/npm-build.yaml@master
27
permissions:
28
contents: read
0 commit comments