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