diff --git a/.github/workflows/openstack-cloudlinux-7.yml b/.github/workflows/openstack-cloudlinux-7.yml.disabled similarity index 100% rename from .github/workflows/openstack-cloudlinux-7.yml rename to .github/workflows/openstack-cloudlinux-7.yml.disabled diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index fd6f489d..0db64721 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -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