From fe1716eced1fe29de791122a29f5420d6529e4d0 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 5 Nov 2020 09:26:10 -0600 Subject: [PATCH] Fix GitHub Actions workflow syntax for CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67babea..ba82cd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - distro: + include: - distro: centos8 playbook: converge.yml - distro: centos7