Skip to content

Commit 4a041f9

Browse files
committed
fix(workflows): Better naming
1 parent 0da2ab7 commit 4a041f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branch_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths-ignore: ['README.md']
77

88
jobs:
9-
run_non_default_branch_push_ci:
9+
branch-ci:
1010
uses: openclimatefix/.github/.github/workflows/nondefault_branch_push_ci_python.yml@main
1111
secrets: inherit
1212
with:

.github/workflows/merged_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ on:
66
branches: [ "main" ]
77

88
jobs:
9-
run_default_branch_pr_merged_ci:
9+
merged-ci:
1010
uses: openclimatefix/.github/.github/workflows/default_branch_pr_merged_ci.yml@main
1111
secrets: inherit

0 commit comments

Comments
 (0)