Skip to content

Commit

Permalink
Revert "Deploy to dev3"
Browse files Browse the repository at this point in the history
This reverts commit 6c43d1f.
  • Loading branch information
WillNilges committed Dec 1, 2024
1 parent 6c43d1f commit 280fdcd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ permissions: read-all

on:
push:
# TODO: Put me back
branches: [ main, wdn/rum ]
branches: [ main ]
workflow_dispatch:
branches:
- main
Expand All @@ -16,8 +15,7 @@ jobs:
with:
environment: dev3
secrets: inherit
# TODO: Put me back
#if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'

deploy_to_dev3:
name: Deploy to dev3
Expand All @@ -26,8 +24,7 @@ jobs:
environment: dev3
secrets: inherit
needs: push_to_registry_dev
# TODO: Put me back
#if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'

push_to_registry_prod:
name: Push to prod1
Expand Down

0 comments on commit 280fdcd

Please sign in to comment.