We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da2ab7 commit 4a041f9Copy full SHA for 4a041f9
.github/workflows/branch_ci.yml
@@ -6,7 +6,7 @@ on:
6
paths-ignore: ['README.md']
7
8
jobs:
9
- run_non_default_branch_push_ci:
+ branch-ci:
10
uses: openclimatefix/.github/.github/workflows/nondefault_branch_push_ci_python.yml@main
11
secrets: inherit
12
with:
.github/workflows/merged_ci.yml
@@ -6,6 +6,6 @@ on:
branches: [ "main" ]
- run_default_branch_pr_merged_ci:
+ merged-ci:
uses: openclimatefix/.github/.github/workflows/default_branch_pr_merged_ci.yml@main
0 commit comments