Skip to content

Commit

Permalink
ci(test): rename test workflow (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Mar 19, 2024
1 parent 5310f53 commit 5b7d7e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Release

on:
workflow_dispatch:
workflow_run:
workflows:
- Mocha
- Test
types:
- completed
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mocha.yaml → .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mocha
name: Test

on:
workflow_run:
Expand All @@ -14,7 +14,7 @@ on:
- main

jobs:
mocha:
test:
name: Test

runs-on: ubuntu-latest
Expand Down

0 comments on commit 5b7d7e8

Please sign in to comment.