Skip to content

Commit ebe6bce

Browse files
committed
docs: Rename jobs for clarity
1 parent 79b4ca3 commit ebe6bce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
release:
44
types: [published]
55
jobs:
6-
deploy:
6+
publish:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Inject env variables

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check Markdown and Examples
22
on: [push, pull_request]
33
jobs:
4-
deploy:
4+
check:
55
strategy:
66
fail-fast: false
77
matrix:

0 commit comments

Comments
 (0)