Skip to content

Commit

Permalink
Minor fixes to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Feb 29, 2024
1 parent 09743ab commit b5d1148
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "*.md"
- ".earthlyignore"
- "LICENSE"

concurrency:
cancel-in-progress: true
Expand Down

0 comments on commit b5d1148

Please sign in to comment.