Skip to content

Commit

Permalink
Merge pull request #584 from cpanel/enable_cl_pipeline
Browse files Browse the repository at this point in the history
Re-enable CloudLinux pipeline
  • Loading branch information
toddr authored Dec 20, 2024
2 parents 7a8ff81 + 129a4a0 commit 116dae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ jobs:
(github.event_name == 'pull_request' && github.base_ref == 'main') ||
(github.event_name == 'push' && github.ref == 'refs/heads/main')
#CloudLinux-7:
#needs: testsuite
#uses: ./.github/workflows/openstack-cloudlinux-7.yml
#secrets: inherit
#if: >
#(github.event_name == 'pull_request' && github.base_ref == 'main') ||
#(github.event_name == 'push' && github.ref == 'refs/heads/main')
CloudLinux-7:
needs: testsuite
uses: ./.github/workflows/openstack-cloudlinux-7.yml
secrets: inherit
if: >
(github.event_name == 'pull_request' && github.base_ref == 'main') ||
(github.event_name == 'push' && github.ref == 'refs/heads/main')
Ubuntu-20:
needs: testsuite
Expand Down

0 comments on commit 116dae9

Please sign in to comment.