From 48f9659eded880efa7ebfc4abfa0881cf8b25e34 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 20 May 2025 09:58:35 -0400 Subject: [PATCH] Small fixes. --- .gitea/workflows/pr-ansible-config-deployment.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/pr-ansible-config-deployment.yml b/.gitea/workflows/pr-ansible-config-deployment.yml index ffab9fa9..0a0ef8ce 100644 --- a/.gitea/workflows/pr-ansible-config-deployment.yml +++ b/.gitea/workflows/pr-ansible-config-deployment.yml @@ -6,6 +6,7 @@ on: paths: - '**.j2' - 'ansible/**.yml' + jobs: check-and-create-pr: if: github.ref != 'refs/heads/main' @@ -70,13 +71,13 @@ jobs: - name: Fetch base branch run: | git fetch origin ${{ github.event.pull_request.base.ref }} - - name: Cache Ansible Galaxy Collections - uses: actions/cache@v3 - with: - path: ansible/collections - key: ${{ runner.os }}-ansible-${{ hashFiles('./ansible/collections/requirements.yml') }} - restore-keys: | - ${{ runner.os }}-ansible- + # - name: Cache Ansible Galaxy Collections + # uses: actions/cache@v3 + # with: + # path: ansible/collections + # key: ${{ runner.os }}-ansible-${{ hashFiles('./ansible/collections/requirements.yml') }} + # restore-keys: | + # ${{ runner.os }}-ansible- - name: Install Ansible uses: alex-oleshkevich/setup-ansible@v1.0.1 with: