From b5d1148f0e733e6b12dc68d7078a825d8d561106 Mon Sep 17 00:00:00 2001 From: Fred Heinecke Date: Thu, 29 Feb 2024 13:04:09 -0600 Subject: [PATCH] Minor fixes to CI/CD --- .github/workflows/cd.yaml | 2 +- .github/workflows/ci.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 2a0e4b8..557481d 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -29,7 +29,7 @@ jobs: with: # renovate: earthly-version version: v0.8.4 - - name: Cut a new release for ${{ env.SEMVER_TAG }} + - name: Cut a new release for ${{ github.ref_name }} env: GIT_TAG: ${{ github.ref_name }} working-directory: tools/ami-cleanup diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1656c9a..0ddf991 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,10 @@ on: pull_request: branches: - main + paths-ignore: + - "*.md" + - ".earthlyignore" + - "LICENSE" concurrency: cancel-in-progress: true