Skip to content

Commit

Permalink
chore(actions): descriptive name for dependency checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Jul 17, 2020
1 parent 377ed6b commit 7abf7ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

jobs:
check:
dependencies:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,7 +18,7 @@ jobs:
- run: npx updated

test:
needs: check
needs: dependencies

strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

jobs:
check:
dependencies:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,7 +18,7 @@ jobs:
- run: npx updated

test:
needs: check
needs: dependencies

strategy:
matrix:
Expand Down

0 comments on commit 7abf7ee

Please sign in to comment.