diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 26f3d4d9..56865aca 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -52,11 +52,15 @@ jobs: - stable - unstable os: - - centos7 - rockylinux8 - ubuntu20 ansible-core: - "2.11.12" + # Only run centos7 for stable, as not valid for new release + include: + - st2_repo: stable + os: centos7 + ansible-core: 2.11.12 steps: - name: Checkout the repository