Skip to content

Commit

Permalink
Fix workflow names for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Oct 9, 2021
1 parent 86a46ef commit d86c265
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-chives.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: develop-chives
name: test-chives

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-flax.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: develop-flax
name: test-flax

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-hddcoin.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: develop-hddcoin
name: test-hddcoin

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-nchain.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: develop-nchain
name: test-nchain

on:
push:
Expand Down

0 comments on commit d86c265

Please sign in to comment.