Skip to content

Commit

Permalink
renamed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Nov 8, 2023
1 parent 8dcf51e commit 7c32be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Deploy Packages"
name: "Packages"
on:
pull_request:
types:
Expand All @@ -9,7 +9,7 @@ defaults:
shell: bash -l {0}

jobs:
if_merged:
Deployment:
if: github.event.pull_request.merged == true
name: "Deploy Packages"
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:
shell: bash -l {0}

jobs:
Verify:
Verification:
runs-on: ubuntu-latest
steps:
- name: "Cancel similar actions in progress"
Expand Down

0 comments on commit 7c32be4

Please sign in to comment.