Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 24, 2024
1 parent 7b0131a commit 549b175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
if: needs.changes.outputs.charts == 'true'
defaults:
run:
working-directory: ./charts
working-directory: ./chart_data_extractor
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
fetch-depth: 0

build-template:
name: Build Docker Image
name: Build E2B template
runs-on: ubuntu-latest
needs: [build-docker-image]
if: (!cancelled()) && (needs.changes.outputs.template == 'true' || needs.changes.outputs.charts == 'true')
Expand Down

0 comments on commit 549b175

Please sign in to comment.