Skip to content

Commit

Permalink
move helm if statement to entire job
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jan 8, 2025
1 parent b7497b8 commit ddd7f05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/helm-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
docker:

if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
permissions:
contents: read
packages: write
Expand All @@ -29,7 +29,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: appany/[email protected]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
with:
name: chisel-operator
repository: fyralabs/chisel-operator
Expand Down

0 comments on commit ddd7f05

Please sign in to comment.