diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0fd4621..bcd84a9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -290,7 +290,7 @@ jobs: - name: Run diff run: diff discrete.output test/discrete.output - .test_a429_centos_amazonlinux: + test_a429_centos_amazonlinux: runs-on: ubuntu-latest needs: package_centos_plugin steps: @@ -331,7 +331,7 @@ jobs: - name: Run diff run: diff a429_broadcast.output test/a429_broadcast.output - .test_discrete_centos_amazonlinux: + test_discrete_centos_amazonlinux: runs-on: ubuntu-latest needs: package_centos_plugin steps: @@ -610,7 +610,7 @@ jobs: release_centos_plugin: runs-on: ubuntu-latest - needs: [test_a429_centos_stream9, test_discrete_centos_stream9, test_a429_centos_almalinux, test_discrete_centos_almalinux] + needs: [test_a429_centos_amazonlinux, test_discrete_centos_amazonlinux, test_a429_centos_stream9, test_discrete_centos_stream9, test_a429_centos_almalinux, test_discrete_centos_almalinux] permissions: contents: write if: ${{ startsWith(github.ref, 'refs/tags/') }}