Skip to content

Commit

Permalink
docs: Rename jobs for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Dec 13, 2021
1 parent aa3067a commit 02f084d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
release:
types: [published]
jobs:
deploy:
publish:
runs-on: ubuntu-latest
steps:
- name: Inject env variables
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check Markdown and Examples
on: [push, pull_request]
jobs:
deploy:
check:
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 02f084d

Please sign in to comment.