Skip to content

Commit

Permalink
chore(github): clean up workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 2, 2025
1 parent d5df4a7 commit 24f513a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/helm-repository-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ on:
branches: ["master"]
paths: ["kubernetes/**/helmrelease.yaml"]

defaults:
run:
shell: bash

jobs:
sync:
name: Helm Repository Sync
Expand All @@ -41,7 +37,6 @@ jobs:
uses: actions/checkout@v4
with:
token: "${{ steps.app-token.outputs.token }}"
fetch-depth: 0

- if: ${{ github.event.inputs.helmRepoNamespace == '' && github.event.inputs.helmRepoName == '' }}
name: Get Changed Files
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash

jobs:
extract-images:
name: Extract Images
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
token: "${{ steps.app-token.outputs.token }}"

- name: Create Release
shell: bash
env:
GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"
run: |
Expand Down

0 comments on commit 24f513a

Please sign in to comment.