Skip to content

Commit 6f34762

Browse files
committed
Dependabot Retarded
1 parent 1de4f57 commit 6f34762

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ concurrency:
2121
jobs:
2222
build:
2323
name: "Build"
24-
if: ${{ !contains(github.event.head_commit.message, '#nodeploy') }}
24+
if: ${{ !contains(github.event.head_commit.message, '#nodeploy') || github.actor != 'dependabot[bot]' }}
25+
2526
uses: cssnr/workflows/.github/workflows/npm-build.yaml@master
2627
permissions:
2728
contents: read

0 commit comments

Comments
 (0)