Skip to content

Commit

Permalink
Don't depend on analyze for deploy when testing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx committed May 7, 2024
1 parent 20b5f3e commit 724e1e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

deploy_aks_dev:
name: Deploy to dev on AKS
needs: [build, analyze]
needs: [build]
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -84,7 +84,7 @@ jobs:

deploy_gke_dev:
name: Deploy to dev on GKE
needs: [build, analyze]
needs: [build]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 724e1e1

Please sign in to comment.