Skip to content

Commit

Permalink
fix: clean up workflow setup (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
randi274 authored Dec 9, 2022
1 parent 2d9845a commit 63814fc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/failureNotification.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: failureNotification
name: Failure Notification

on:
workflow_run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manualRelease.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: manual release
name: Manual Release

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onPushToMain.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: version, tag and github release
name: Version, Tag and Github Release

on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: On Release

# when a github release happens, publish an npm package,
on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: Tests

on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unitTestsLinux.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Linux Tests

on:
workflow_call:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unitTestsWindows.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Windows Tests

on:
workflow_call:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pr-validation
name: PR Validation

on:
pull_request:
Expand Down

0 comments on commit 63814fc

Please sign in to comment.