Skip to content

Commit e03382f

Browse files
CI: Add environment protection for packages_publishing WF (#34821)
1 parent a730a30 commit e03382f

2 files changed

Lines changed: 1 addition & 28 deletions

File tree

.github/workflows/packages_publishing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
build:
2626
name: Build packages
2727
runs-on: windows-latest
28+
environment: ${{ (inputs.tag == 'stable' && 'packages-publishing-stable') || 'packages-publishing-daily' }}
2829
outputs:
2930
packages: ${{ steps.filter.outputs.packages }}
3031
steps:

.github/workflows/packages_publishing_scheduler.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)