Better GH Action names
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: Add download link to PR
|
name: Add download link to PR
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ['Pipeline [Test, Lint, Build]']
|
workflows: ['Pipeline: Test, Lint, Build']
|
||||||
types: [completed]
|
types: [completed]
|
||||||
jobs:
|
jobs:
|
||||||
pr_comment:
|
pr_comment:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Pipeline [Test, Lint, Build]
|
name: 'Pipeline: Test, Lint, Build'
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user