Skip to content

Commit 6b4c47f

Browse files
committed
Rename workflows
1 parent 8a3e3a2 commit 6b4c47f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml renamed to .github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release vsix
1+
name: Build
22

33
on:
44
pull_request:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Run tests suite
1+
name: Tests
22

33
on:
44
pull_request:
55
push:
66
jobs:
77
tests:
8-
name: Tests Suite
8+
name: Run Tests Suite
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout

0 commit comments

Comments
 (0)