Skip to content

Commit

Permalink
test: GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Nov 22, 2023
1 parent c752fc7 commit 1ea1131
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Helm chart
on:
push:
branches:
- compactor
tags:
- '*.*.*'
jobs:
Expand All @@ -13,7 +15,7 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
compile-compactor:
name: Compile compator tool
name: Compile compactor tool
runs-on: ubuntu-latest
needs: [ cleanup-previous-runs ]
steps:
Expand Down

0 comments on commit 1ea1131

Please sign in to comment.