Skip to content

Commit 5125314

Browse files
fix test workflow (#65)
1 parent 307df84 commit 5125314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
jobs:
1010
Zookeeper-Pipeline:
1111
if: github.event.pull_request.user.login != 'dependabot[bot]'
12-
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@f6104d86e08ccf5c490e8dc6396b51585d03538a
12+
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@80631034d5b75e978dfb4fdd300ec729b9e86ab4
1313
with:
1414
service_branch: '${{ github.head_ref || github.ref_name }}'
1515
versions_file: '.github/versions.yaml'
16-
pipeline_branch: 'f6104d86e08ccf5c490e8dc6396b51585d03538a' #this value must match the value after '@' in 'uses'
16+
pipeline_branch: '80631034d5b75e978dfb4fdd300ec729b9e86ab4' #this value must match the value after '@' in 'uses'
1717
secrets:
1818
AWS_S3_ACCESS_KEY_ID: ${{secrets.AWS_S3_ACCESS_KEY_ID}}
1919
AWS_S3_ACCESS_KEY_SECRET: ${{secrets.AWS_S3_ACCESS_KEY_SECRET}}

0 commit comments

Comments
 (0)