Skip to content

Commit

Permalink
fix: step name
Browse files Browse the repository at this point in the history
  • Loading branch information
liorzblrn committed May 21, 2024
2 parents 1eaec14 + fe204f6 commit a58b539
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-workflows-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ jobs:
build-and-push-ee-image:
runs-on: ubuntu-latest
needs: [build-and-push-image, check_if_data_migration_needed]
if: ${{ needs.check_if_data_migration_needed.outputs.should_build == 'true' }}

permissions:
contents: read
Expand All @@ -306,7 +305,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ballerine-io/wf-data-migration
token: ${{ secrets.GIT_TOKEN }}
token: ${{ secrets.SUBMODULES_TOKEN }}
ref: ${{ github.ref_name }}
fetch-depth: 1
path: services/workflows-service/prisma/data-migrations
Expand Down

0 comments on commit a58b539

Please sign in to comment.