Skip to content

Commit

Permalink
Test_centos7_release_107
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Oct 20, 2023
1 parent d6a9076 commit 2a6f13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
qa:
name: QA - CI
runs-on: ubuntu-latest
if: (github.event_name == "pull_request" && (github.event.action == "ready_for_review" || github.event.action == "opened")) || github.event_name == 'release'
if: (github.event_name == 'pull_request' && (github.event.action == 'ready_for_review' || github.event.action == 'opened')) || github.event_name == 'release'
steps:
- name: Install Java 11
uses: actions/setup-java@v1
Expand Down

0 comments on commit 2a6f13f

Please sign in to comment.