chore(workflows): make naming more clear and remove unused code
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Changelog
|
name: Generate Changelog
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -12,8 +12,6 @@ jobs:
|
|||||||
changelog:
|
changelog:
|
||||||
name: Generate changelog
|
name: Generate changelog
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
Reference in New Issue
Block a user