chore(workflows): improve CI/CD workflow names

This commit is contained in:
Prad
2024-12-23 18:42:34 +00:00
parent 9556faabb9
commit 9dfb8634bc
3 changed files with 33 additions and 5 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
name: Run All Checks
name: Perform Checks on PR
on:
pull_request:
@@ -130,4 +130,3 @@ jobs:
args: release --snapshot --clean --skip=publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}