Skip to content

Commit

Permalink
enable dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lapellaniz committed Mar 12, 2024
1 parent d130203 commit 6fca48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ol-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
############################################################################

deployToDev:
if: false # TODO : once dev is ready comment out. # if: github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/features/add-synapse-support'
if: github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/features/add-synapse-support'
name: "Deploy to Dev"
needs: [build]
runs-on: udf-govern
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

deployToTest:
name: "Deploy to Test"
needs: [build] # [deployToDev] # TODO : once dev is ready comment out.
needs: [deployToDev]
if: github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/features/add-synapse-support'
runs-on: udf-govern-int
environment:
Expand Down

0 comments on commit 6fca48a

Please sign in to comment.