Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Feb 20, 2024
1 parent d20aadc commit 7f438fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_base_matrix_dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build core dev"
name: "Build dev base"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_base_matrix_vod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build core vod"
name: "Build vod base"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_bundle_matrix_dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build core dev bundles"
name: "Build dev bundles"

on:
workflow_dispatch:
Expand Down

0 comments on commit 7f438fa

Please sign in to comment.