Skip to content

Commit

Permalink
tweak labels
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Apr 21, 2024
1 parent 42de56e commit 915617b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Required Labels
name: Check Labels
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
Expand All @@ -7,7 +7,7 @@ on:

jobs:
devnet-pass:
name: Tested successfully on devnet
name: Tested on devnet
runs-on: ubuntu-latest
steps:
- name: Check for Required Label
Expand All @@ -21,7 +21,7 @@ jobs:
echo "Error: Required label '$REQUIRED_LABEL' is missing."
exit 1
testnet-pass:
name: Tested successfully on testnet
name: Tested on testnet
runs-on: ubuntu-latest
steps:
- name: Check for Required Label
Expand Down

0 comments on commit 915617b

Please sign in to comment.