Skip to content

Commit 7cd14d1

Browse files
committed
enabled cypress and playwright for dependabot branches
1 parent 692621c commit 7cd14d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-node-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
# TODO: actionlint is failing as it expects true/false as default value for boolean types
2323
type: string
2424
required: false
25-
default: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || !!startsWith(github.ref, 'refs/heads/release-') }}
25+
default: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || !!startsWith(github.ref, 'refs/heads/release-') || !!startsWith(github.ref, 'refs/heads/dependabot/npm_and_yarn/')}}
2626
playwright_enable:
2727
description: "Global enable for playwright"
2828
type: boolean
@@ -38,7 +38,7 @@ on:
3838
# TODO: actionlint is failing as it expects true/false as default value for boolean types
3939
type: string
4040
required: false
41-
default: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || !!startsWith(github.ref, 'refs/heads/release-') }}
41+
default: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || !!startsWith(github.ref, 'refs/heads/release-') || !!startsWith(github.ref, 'refs/heads/dependabot/npm_and_yarn/')}}
4242
node_run_webpack:
4343
description: "Flag to always run the webpack production build."
4444
type: boolean

0 commit comments

Comments
 (0)