Skip to content

Commit

Permalink
Fjerne deploy fra gcp branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed Jun 14, 2024
1 parent 9059687 commit 5e544b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
deploy-dev:
name: Deploy to dev-gcp
needs: build
if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/gcp'
if: github.ref == 'refs/heads/dev'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unleash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
RESOURCE: .nais/unleash/unleash-apitoken-preprod.yaml

deploy-unleash-api-token-to-prod-gcp:
if: github.ref == 'refs/heads/dev'
if: github.ref == 'refs/heads/master'
name: Deploy unleash api-token to prod-gcp
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 5e544b2

Please sign in to comment.