From 6b4a298e0d65e4e6fb6430800b9d457c284d74c0 Mon Sep 17 00:00:00 2001 From: Tosin Akinosho Date: Tue, 11 Apr 2023 00:47:57 -0400 Subject: [PATCH] following the rules --- .github/workflows/build-deploy-ee.yml | 4 ++-- .../{qubinode-installer.yml => execution-environment.yml} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename ansible-builder/{qubinode-installer.yml => execution-environment.yml} (100%) diff --git a/.github/workflows/build-deploy-ee.yml b/.github/workflows/build-deploy-ee.yml index e5d926d..c4973da 100644 --- a/.github/workflows/build-deploy-ee.yml +++ b/.github/workflows/build-deploy-ee.yml @@ -6,7 +6,7 @@ on: - 'collections/**' - requirements.txt - bindep.txt - - qubinode-installer.yml + - execution-environment.yml push: branches: - main @@ -14,7 +14,7 @@ on: - 'collections/**' - requirements.txt - bindep.txt - - qubinode-installer.yml + - execution-environment.yml # Schedule workflow run at 00:00 on Sunday schedule: diff --git a/ansible-builder/qubinode-installer.yml b/ansible-builder/execution-environment.yml similarity index 100% rename from ansible-builder/qubinode-installer.yml rename to ansible-builder/execution-environment.yml