Skip to content

Commit

Permalink
Merge pull request #580 from cpanel/disable_cl_pipeline
Browse files Browse the repository at this point in the history
CL7->Cl8 elevations are currently broken upstream
  • Loading branch information
toddr authored Dec 12, 2024
2 parents ca63964 + bb6d3e1 commit 7a8ff81
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 7a8ff81

Please sign in to comment.