Skip to content

Commit 1a2edaf

Browse files
Update and rename run-tests.yml to tests.yml
1 parent f220b30 commit 1a2edaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml renamed to .github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: run-tests
1+
name: tests
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
- cron: '0 0 * * *'
88

99
jobs:
10-
run-tests:
10+
tests:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false

0 commit comments

Comments
 (0)