Skip to content

Commit 964586d

Browse files
CI: Add environment protection for packages_publishing WF (#34823)
1 parent 30ff727 commit 964586d

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
@@ -27,6 +27,7 @@ jobs:
2727
build:
2828
name: Build packages
2929
runs-on: windows-latest
30+
environment: ${{ (inputs.tag == 'stable' && 'packages-publishing-stable') || 'packages-publishing-daily' }}
3031
outputs:
3132
packages: ${{ steps.filter.outputs.packages }}
3233
steps:

.github/workflows/packages_publishing_scheduler.yml

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

0 commit comments

Comments
 (0)