Skip to content

Commit c99f8bf

Browse files
committed
make step names more distinct
1 parent dbd1654 commit c99f8bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build_and_deploy_images.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ on:
2222
jobs:
2323
build-images-and-push-to-ecr:
2424
runs-on: ubuntu-latest
25-
needs: test
2625
steps:
2726
- name: Checkout
2827
uses: actions/checkout@v4

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run tests
2121
run: uv run pytest tests
2222

23-
build-images-and-push-to-ecr:
23+
build-ecr-images:
2424
runs-on: ubuntu-latest
2525
needs: test
2626
steps:

0 commit comments

Comments
 (0)