Skip to content

Commit a50c84d

Browse files
authored
Merge pull request #364 from CloudHub-Social/fix/dedup-cf-preview-deployments
ci: stop duplicate CF preview deploys from snapshot workflow
2 parents ee1f9db + b929779 commit a50c84d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sentry-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
snapshots:
4242
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
4343
runs-on: ubuntu-latest
44-
environment: preview
44+
environment: sentry-preview
4545
permissions:
4646
contents: read
4747
env:

0 commit comments

Comments
 (0)