Skip to content

Commit

Permalink
Update workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Jul 10, 2024
1 parent 714583c commit d45c822
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trigger Merge Checks
name: Merge Checks

on:
pull_request:
Expand All @@ -10,10 +10,10 @@ permissions:

jobs:
check-design-approved:
name: Check Design Approved Status
name: Check if Design Approved
runs-on: ubuntu-latest
steps:
- name: Check design approved status and update check
- name: Check if design approved and update status
run: |
set -x pipefail
status_state="pending"
Expand Down

0 comments on commit d45c822

Please sign in to comment.