Remove environment from release notes workflow (#8091)

* Remove environment from release notes workflow

Removed the environment specification from the release notes workflow.

* Update release-notes CI job configuration

Removed the unnecessary 'environment' from the release-notes CI job.
This commit is contained in:
Matiss Janis Aboltins
2026-06-04 22:41:52 +01:00
committed by GitHub
parent 23ad162fb7
commit a8547d4f30
2 changed files with 6 additions and 1 deletions

View File

@@ -19,7 +19,6 @@ jobs:
&& github.head_ref != 'release'
&& startsWith(github.head_ref, 'release-notes/') == false
runs-on: ubuntu-latest
environment: pr-automation
permissions:
contents: read
steps:

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---
ci: remove no longer necessary "environment" from release-notes ci job.