We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd1654 commit c99f8bfCopy full SHA for c99f8bf
.github/workflows/build_and_deploy_images.yml
@@ -22,7 +22,6 @@ on:
22
jobs:
23
build-images-and-push-to-ecr:
24
runs-on: ubuntu-latest
25
- needs: test
26
steps:
27
- name: Checkout
28
uses: actions/checkout@v4
.github/workflows/workflow.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run tests
21
run: uv run pytest tests
- build-images-and-push-to-ecr:
+ build-ecr-images:
needs: test
0 commit comments