Skip to content

Commit 7ea235e

Browse files
committedMar 16, 2024
ci: rename some workflows
1 parent cf6cd3a commit 7ea235e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/changelogensets.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: changelog
22

33
on:
44
push:
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: ${{ github.event_name != 'push' }}
1515

1616
jobs:
17-
update-changelog:
17+
update:
1818
if: github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v3.')
1919
runs-on: ubuntu-latest
2020

‎.github/workflows/release-nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: release
22

33
on:
44
push:
@@ -10,7 +10,7 @@ on:
1010
permissions: {}
1111

1212
jobs:
13-
release:
13+
nightly:
1414
runs-on: ubuntu-latest
1515
if: ${{ github.repository_owner == 'nuxt' && github.event_name == 'push' }}
1616
permissions:

0 commit comments

Comments
 (0)
Please sign in to comment.