Skip to content

Commit 07e2e67

Browse files
committed
move helm if statement to entire job
1 parent 472a3ea commit 07e2e67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/helm-oci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
docker:
20-
20+
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
2121
permissions:
2222
contents: read
2323
packages: write
@@ -29,7 +29,6 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131
- uses: appany/helm-oci-chart-releaser@v0.3.0
32-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
3332
with:
3433
name: chisel-operator
3534
repository: fyralabs/chisel-operator

0 commit comments

Comments
 (0)