Skip to content

Commit

Permalink
ci: rename some workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 16, 2024
1 parent cf6cd3a commit 7ea235e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelogensets.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: changelog

on:
push:
Expand All @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name != 'push' }}

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: release

on:
push:
Expand All @@ -10,7 +10,7 @@ on:
permissions: {}

jobs:
release:
nightly:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'nuxt' && github.event_name == 'push' }}
permissions:
Expand Down

0 comments on commit 7ea235e

Please sign in to comment.