Skip to content

Commit

Permalink
chore(gh-action): change actions names
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Feb 9, 2024
1 parent 6bcf698 commit 731f8ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-Development
name: Test build

on: [pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-Development
name: Publish artifacts

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Run tests

on:
push:
Expand Down

0 comments on commit 731f8ef

Please sign in to comment.