1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 07:03:35 +03:00

Better workflow naming

This commit is contained in:
Jon Rohan 2021-04-04 21:35:00 -07:00
parent 56be09df55
commit e6da0f10e5
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
4 changed files with 7 additions and 4 deletions

View File

@ -3,7 +3,7 @@ on: pull_request_target
jobs: jobs:
label-release: label-release:
name: Release name: Semantic Version
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/github-script@v3 - uses: actions/github-script@v3

View File

@ -1,10 +1,11 @@
name: Publish Release name: Release
on: on:
push: push:
branches: branches:
- 'main' - 'main'
jobs: jobs:
release: release:
name: Final
if: ${{ github.repository == 'primer/css' }} if: ${{ github.repository == 'primer/css' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -1,4 +1,4 @@
name: Release Canary name: Release
on: on:
push: push:
branches-ignore: branches-ignore:
@ -19,6 +19,7 @@ on:
jobs: jobs:
release-canary: release-canary:
name: Canary
if: ${{ github.repository == 'primer/css' }} if: ${{ github.repository == 'primer/css' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -1,4 +1,4 @@
name: Release Candidate name: Release
on: on:
push: push:
branches: branches:
@ -6,6 +6,7 @@ on:
jobs: jobs:
release-candidate: release-candidate:
name: Candidate
if: ${{ github.repository == 'primer/css' }} if: ${{ github.repository == 'primer/css' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest