Skip to content

Commit

Permalink
fix: remove rebase artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes committed Oct 25, 2023
1 parent 8afd296 commit 76815db
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 183 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
- "main"
paths:
- "charts/**"
release:
types: [published, edited]

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
Expand Down Expand Up @@ -87,7 +85,7 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'push' || github.event_name == 'release'
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
needs:
- test
- generate-chart-readme
Expand Down
28 changes: 0 additions & 28 deletions backend/api/migrations/0054_alter_function_status.py

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions backend/substrapp/migrations/0016_add_functionimage.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 76815db

Please sign in to comment.