Skip to content

Commit

Permalink
Update automaticRelease.yml
Browse files Browse the repository at this point in the history
Enable manual trigger for action.
Useful for testing
  • Loading branch information
schnatterer authored May 8, 2023
1 parent 6e37586 commit d6bb705
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/automaticRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Trigger release on new Helm version
on:
schedule:
- cron: '0 0 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
check_for_new_helm_version:
name: Update on new release
Expand Down

0 comments on commit d6bb705

Please sign in to comment.