diff --git a/.github/workflows/aws-deploy.yml b/.github/workflows/aws-deploy.yml index e0b0106..22cd268 100644 --- a/.github/workflows/aws-deploy.yml +++ b/.github/workflows/aws-deploy.yml @@ -18,14 +18,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Wait for all workflows to pass - run: | - export GITHUB_SHA=${{ github.sha }} - export REPO_PATH=${{ github.repository }} - export GH_TOKEN=${{ secrets.GH_PAT }} - pip install -r requirements.txt - pip install -r test_requirements.txt - python .github/wait_for_workflow_artifacts.py aws-deploy - uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}