From 3ce15ce09176ee755bf79c12e5b739c84367874c Mon Sep 17 00:00:00 2001 From: Haibread Date: Sun, 11 Feb 2024 11:23:53 +0100 Subject: [PATCH] update workflow to run terraform first --- .github/workflows/deploy-configure-infrastructure.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-configure-infrastructure.yaml b/.github/workflows/deploy-configure-infrastructure.yaml index ae0d529..728d1b4 100644 --- a/.github/workflows/deploy-configure-infrastructure.yaml +++ b/.github/workflows/deploy-configure-infrastructure.yaml @@ -111,6 +111,7 @@ jobs: container: ubuntu:latest runs-on: [self-hosted, linux, x64] name: Ansible + needs: terraform steps: