Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fjerner pdl-for-system fra deploy-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maccyber authored Jan 24, 2023
1 parent e934a99 commit e32a5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: Deploy to dev gcp
needs: test-build-and-push
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/pdl-for-system'
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit e32a5df

Please sign in to comment.