Skip to content

Commit

Permalink
fix: The workflow must contain at least one job with no dependencie
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <[email protected]>
  • Loading branch information
jkremser committed Oct 16, 2024
1 parent 06a6981 commit cf4a2fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ permissions:
contents: read

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: noop
run: echo "noop, because of 'The workflow must contain at least one job with no dependencies'"
test:
runs-on: ubuntu-latest
if: startsWith(github.event.head_commit.message, '[post-release]')
Expand Down

0 comments on commit cf4a2fa

Please sign in to comment.