Skip to content

Commit

Permalink
Fix workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri committed Dec 16, 2023
1 parent 84f5e18 commit e7ec8fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration tests
name: Golang Template Integration Tests
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/golang-scaffolder.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Golang Repository Scaffolder
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vuejs-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration tests
name: VueJS Template Integration Tests
on:
push:
branches:
Expand Down

0 comments on commit e7ec8fc

Please sign in to comment.