Skip to content

Commit 64f0c42

Browse files
committed
Fix condition
1 parent 882f536 commit 64f0c42

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/integration_tests_CI.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ run-name: Integration tests with ${{ inputs.number_of_shards || 1 }} shards and
33
# runs integration tests on AMD64 machine
44

55
on:
6-
on:
7-
pull_request:
8-
branches:
9-
- mainline
10-
- releases/*
6+
pull_request:
7+
branches:
8+
- mainline
9+
- releases/*
1110
workflow_call:
1211
inputs:
1312
number_of_shards:

0 commit comments

Comments
 (0)