Skip to content

Commit

Permalink
Fix gha needs
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma committed Sep 10, 2024
1 parent 995ea9c commit 6b51b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:
e2e:
name: e2e
needs: [ unittest, terraform_apply, integration, pypi_upload, pypi_validate, quay_upload, bump_version, public_quay_upload, private_quay_upload ]
needs: [ unittest, terraform_apply, integration, pypi_upload, pypi_validate, bump_version, public_quay_upload, private_quay_upload ]
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -397,7 +397,7 @@ jobs:
sudo podman run --rm --name cloud-governance -e policy=${{ matrix.policy }} -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -e AWS_DEFAULT_REGION=${{ matrix.region }} -e dry_run=yes -e policy_output=s3://${{ secrets.BUCKET }}/test/${{ matrix.region }} -e log_level=INFO quay.io/${{ secrets.PACKAGE_NAME }}/${{ secrets.PACKAGE_NAME }}
gitleaks:
name: gitleaks
needs: [ unittest, terraform_apply, integration, pypi_upload, pypi_validate, quay_upload, bump_version, public_quay_upload, private_quay_upload ]
needs: [ unittest, terraform_apply, integration, pypi_upload, pypi_validate, bump_version, public_quay_upload, private_quay_upload ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6b51b04

Please sign in to comment.