mirror of
https://github.com/primer/css.git
synced 2024-12-24 14:42:26 +03:00
Better workflow naming
This commit is contained in:
parent
56be09df55
commit
e6da0f10e5
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@ -3,7 +3,7 @@ on: pull_request_target
|
||||
|
||||
jobs:
|
||||
label-release:
|
||||
name: Release
|
||||
name: Semantic Version
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@v3
|
||||
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -1,10 +1,11 @@
|
||||
name: Publish Release
|
||||
name: Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
jobs:
|
||||
release:
|
||||
name: Final
|
||||
if: ${{ github.repository == 'primer/css' }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
3
.github/workflows/release_canary.yml
vendored
3
.github/workflows/release_canary.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Release Canary
|
||||
name: Release
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
@ -19,6 +19,7 @@ on:
|
||||
|
||||
jobs:
|
||||
release-canary:
|
||||
name: Canary
|
||||
if: ${{ github.repository == 'primer/css' }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
3
.github/workflows/release_candidate.yml
vendored
3
.github/workflows/release_candidate.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Release Candidate
|
||||
name: Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -6,6 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
release-candidate:
|
||||
name: Candidate
|
||||
if: ${{ github.repository == 'primer/css' }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user