Skip to content

Commit 665deee

Browse files
committed
Rename workflows
1 parent 6b4c47f commit 665deee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check for stale issues and PRs
1+
name: Stale
22
on:
33
schedule:
44
- cron: "30 1 * * *"

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
jobs:
77
tests:
8-
name: Run Tests Suite
8+
name: Tests
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
@@ -18,7 +18,7 @@ jobs:
1818
uses: borales/actions-yarn@v3
1919
with:
2020
cmd: install
21-
- name: Run Tests
21+
- name: Run Tests Suite
2222
uses: borales/actions-yarn@v3
2323
with:
2424
cmd: test

0 commit comments

Comments
 (0)