Skip to content

Commit 48d3cd9

Browse files
Merge branch 'release-6.x.x' into TASK-8160
2 parents 390c9dc + 51a5874 commit 48d3cd9

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/pull-request-approved.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ on:
77

88
jobs:
99

10-
test-xetabase:
11-
if: github.event.review.state == 'approved'
12-
name: "Run all tests before merging"
13-
uses: opencb/java-common-libs/.github/workflows/test-xetabase-workflow.yml@develop
14-
with:
15-
branch: develop
16-
task: ${{ github.event.pull_request.head.ref }}
17-
secrets: inherit
18-
1910
test-cellbase:
2011
uses: ./.github/workflows/test-analysis.yml
2112
secrets: inherit

.github/workflows/test-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434

3535
test:
3636
name: Test and push Sonar analysis
37-
needs: build
3837
runs-on: ${{ vars.UBUNTU_VERSION }}
3938
steps:
4039
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)