From 711d9cbfa9e13d44c4a02bbcdf1742b4d30ac4d5 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 20 May 2025 09:13:33 -0400 Subject: [PATCH] Small fixes. --- .gitea/workflows/pr-ansible-config-deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pr-ansible-config-deployment.yaml b/.gitea/workflows/pr-ansible-config-deployment.yaml index 25f4e2ac..854fa098 100644 --- a/.gitea/workflows/pr-ansible-config-deployment.yaml +++ b/.gitea/workflows/pr-ansible-config-deployment.yaml @@ -57,7 +57,7 @@ jobs: notification_title: 'GITEA: PR Check' notification_message: 'PR Created 🎟️' ansible-linting: - name: Docker Compose & Ansible Lints + name: Ansible Linting needs: [check-and-create-pr] runs-on: ubuntu-latest env: @@ -112,7 +112,7 @@ jobs: notification_message: 'Docker Compose dry run completed successfully.' pr-merge: name: PR Merge - needs: [regenerate-readme-modified-services] + needs: [ansible-linting] runs-on: ubuntu-latest steps: - name: Checkout @@ -139,8 +139,8 @@ jobs: gotify_app_token: '${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}' notification_title: 'GITEA: PR Merge Successful' notification_message: 'PR #${{ steps.pr_merge.outputs.pr_index }} merged.' - ansible-config-docker-compose-deploy: - name: Ansible Configs & Docker Compose Deployment + ansible-config-deploy: + name: Ansible Playbook Run runs-on: ubuntu-latest needs: [pr-merge] env: