From a7bdacc314bceb00d7351a011b94db14b9289253 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Fri, 24 Nov 2023 16:32:33 +0100 Subject: [PATCH] :green_heart: Merging CI jobs --- .github/workflows/deploy.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b3c6f74..2b2db0a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ permissions: id-token: write # This is required for requesting the JWT contents: read # This is required for actions/checkout jobs: - ExportDependencies: + Deploy: runs-on: ubuntu-latest steps: - name: Git clone the repository @@ -28,13 +28,6 @@ jobs: cache: 'poetry' - name: Export requirements.txt run: poetry export -f requirements.txt --output requirements.txt --without-hashes - - AssumeRoleAndPush: - needs: ExportDependencies - runs-on: ubuntu-latest - steps: - - name: Git clone the repository - uses: actions/checkout@v4 - name: Configure aws credentials uses: aws-actions/configure-aws-credentials@v4.0.1 with: