mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-15 22:54:03 -05:00
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:
committed by
GitHub
parent
23ad162fb7
commit
a8547d4f30
1
.github/workflows/release-notes.yml
vendored
1
.github/workflows/release-notes.yml
vendored
@@ -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:
|
||||
|
||||
6
upcoming-release-notes/release-notes-env.md
Normal file
6
upcoming-release-notes/release-notes-env.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
ci: remove no longer necessary "environment" from release-notes ci job.
|
||||
Reference in New Issue
Block a user