Skip to content

Commit

Permalink
Ignore dev tags
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Nov 27, 2024
1 parent 2d891c9 commit a8ca60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/core_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
tag:
description: "Core tag"
required: true
default: dev
type: string

permissions:
Expand All @@ -16,7 +15,7 @@ permissions:

jobs:
release:
if: github.repository == 'opf/helm-charts'
if: github.repository == 'opf/helm-charts' && inputs.tag != '' && inputs.tag != 'dev'
name: Update the Helm chart for a core release
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit a8ca60f

Please sign in to comment.