Skip to content

Commit

Permalink
workflow reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Sep 4, 2024
1 parent aa0ecf1 commit 29f48b8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/dev-cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:
name: Create Environment and Deploy the Application
uses: ./.github/workflows/create-cluster.yml
secrets: inherit
run-tests:
name: Run Integration Tests
needs: [create-environment-and-deploy-app]
uses: ./.github/workflows/run-tests.yml
secrets: inherit
binary-auth:
name: Attest Images
needs: [run-tests]
uses: ./.github/workflows/attest-images.yml
secrets: inherit
raise-pull-request:
name: Raise PR to prod branch
needs: [binary-auth]
uses: ./.github/workflows/raise-pr.yml
secrets: inherit
# run-tests:
# name: Run Integration Tests
# needs: [create-environment-and-deploy-app]
# uses: ./.github/workflows/run-tests.yml
# secrets: inherit
# binary-auth:
# name: Attest Images
# needs: [run-tests]
# uses: ./.github/workflows/attest-images.yml
# secrets: inherit
# raise-pull-request:
# name: Raise PR to prod branch
# needs: [binary-auth]
# uses: ./.github/workflows/raise-pr.yml
# secrets: inherit

0 comments on commit 29f48b8

Please sign in to comment.