We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 390c9dc + 51a5874 commit 48d3cd9Copy full SHA for 48d3cd9
2 files changed
.github/workflows/pull-request-approved.yml
@@ -7,15 +7,6 @@ on:
7
8
jobs:
9
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
-
19
test-cellbase:
20
uses: ./.github/workflows/test-analysis.yml
21
secrets: inherit
.github/workflows/test-analysis.yml
@@ -34,7 +34,6 @@ jobs:
34
35
test:
36
name: Test and push Sonar analysis
37
- needs: build
38
runs-on: ${{ vars.UBUNTU_VERSION }}
39
steps:
40
- uses: actions/checkout@v4
0 commit comments