Skip to content

Commit ea11b1c

Browse files
authored
Merge pull request #41 from datavisyn/new_deployment_dependabot
enabled cypress and playwright for dependabot branches
2 parents 57c83c7 + 8e1f48a commit ea11b1c

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
@@ -23,7 +23,7 @@ on:
2323
# TODO: actionlint is failing as it expects true/false as default value for boolean types
2424
type: string
2525
required: false
26-
default: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || !!startsWith(github.ref, 'refs/heads/release-') }}
26+
default: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || !!startsWith(github.ref, 'refs/heads/release-') || !!startsWith(github.ref, 'refs/heads/dependabot')}}
2727
playwright_enable:
2828
description: "Global enable for playwright"
2929
type: boolean
@@ -39,7 +39,7 @@ on:
3939
# TODO: actionlint is failing as it expects true/false as default value for boolean types
4040
type: string
4141
required: false
42-
default: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || !!startsWith(github.ref, 'refs/heads/release-') }}
42+
default: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || !!startsWith(github.ref, 'refs/heads/release-') || !!startsWith(github.ref, 'refs/heads/dependabot')}}
4343
node_run_webpack:
4444
description: "Flag to always run the webpack production build."
4545
type: boolean

0 commit comments

Comments
 (0)