Skip to content

Commit

Permalink
trigger new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JTaeuber committed Sep 17, 2024
1 parent e63a248 commit f9247f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Post Message To Warn Of New Release
runs-on: ubuntu-latest
needs: check_for_release
if: ${{ failure() && !contains(github.event.pull_request.labels.*.name, 'needs approval') }}
if: ${{ failure() && !contains(github.event.pull_request.labels.*.name, 'needs approval') && github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
permissions:
contents: write
pull-requests: write
Expand Down
4 changes: 2 additions & 2 deletions test-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ type: application
keywords:
- testing
- helm-chart
version: 1.0.9
appVersion: 1.0.9
version: 1.1.0
appVersion: 1.1.0

0 comments on commit f9247f2

Please sign in to comment.