Skip to content

Commit

Permalink
Better GH Action names
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Apr 11, 2023
1 parent 8c120ee commit 0bd73bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/download-link-on-pr.yml
@@ -1,7 +1,7 @@
name: Add download link to PR
on:
workflow_run:
workflows: ['Pipeline [Test, Lint, Build]']
workflows: ['Pipeline: Test, Lint, Build']
types: [completed]
jobs:
pr_comment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
@@ -1,4 +1,4 @@
name: Pipeline [Test, Lint, Build]
name: 'Pipeline: Test, Lint, Build'
on:
push:
branches:
Expand Down

0 comments on commit 0bd73bd

Please sign in to comment.