Skip to content

Commit

Permalink
update cicd dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lbernhard95 committed Oct 30, 2024
1 parent 5fc8a84 commit accc605
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
docker push 082113759242.dkr.ecr.eu-central-1.amazonaws.com/schafkopf-scheduler-lambda:latest
deploy:
runs-on: ubuntu-latest
needs: build-scheduler
needs:
- build-scheduler
- build-api
steps:
- uses: actions/checkout@v4
- name: Configure AWS Credentials
Expand Down

0 comments on commit accc605

Please sign in to comment.