Skip to content

Commit

Permalink
Skip playwirhgt
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaegrov committed Nov 11, 2024
1 parent 33fb237 commit 8b1b91e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bygg, deploy til dev-gcp og lag release
name: Bygg og deploy
on:
push:
branches:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

deploy-dev:
name: Deploy til dev-gcp
needs: [ build, playwright ]
needs: [ build ]
runs-on: ubuntu-latest
environment:
name: Development
Expand All @@ -119,7 +119,7 @@ jobs:

deploy-prod:
name: Deploy til prod-gcp
needs: [ build, playwright, deploy-dev ]
needs: [ build, deploy-dev ]
runs-on: ubuntu-latest
environment:
name: Production
Expand Down

0 comments on commit 8b1b91e

Please sign in to comment.