Skip to content

Commit 4abf1aa

Browse files
committed
adjust default image in testing-wip workflow for the release
1 parent 05cba74 commit 4abf1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-wip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
qa_image: # Input the QA Repo image to use
1212
description: 'QA Repo image to use'
1313
required: true
14-
default: 'automated-tests-develop' # Default image if none specified
14+
default: 'automated-tests-master' # Default image if none specified
1515
behave_tags: # Input the Behave tag(s) to run
1616
description: 'Behave tag(s) to run'
1717
required: true

0 commit comments

Comments
 (0)