Browse Source

Disable environment synchronization in workflow (#6525)

devcontainer-updates
MtnBurrit0 2 months ago committed by GitHub
parent
commit
b8325414bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ephemeral-environment.yml

2
.github/workflows/ephemeral-environment.yml

@ -16,5 +16,5 @@ jobs: @@ -16,5 +16,5 @@ jobs:
with:
project: server
pull_request_number: ${{ github.event.number }}
sync_environment: true
sync_environment: false
secrets: inherit

Loading…
Cancel
Save