File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ permissions:
14
14
jobs :
15
15
ci :
16
16
name : Continuous Integration
17
- uses : WyriHaximus/github-workflows/.github/workflows/package.yaml@main
17
+ uses : WyriHaximus/github-workflows/.github/workflows/package.yaml@ci-split-tasks-between-across-all-version-and-only-targeted
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions:
20
20
jobs :
21
21
release-managment :
22
22
name : Release Management
23
- uses : WyriHaximus/github-workflows/.github/workflows/package-release-managment .yaml@main
23
+ uses : WyriHaximus/github-workflows/.github/workflows/package-release-management .yaml@main
24
24
with :
25
25
milestone : ${{ github.event.milestone.title }}
26
26
description : ${{ github.event.milestone.title }}
Original file line number Diff line number Diff line change @@ -94,11 +94,7 @@ help: ## Show this help ####
94
94
@grep -E ' ^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST ) | sort | awk ' BEGIN {FS = ":.*?## "}; {printf " \033[32m%-32s\033[0m %s\n", $$1, $$2}' | tr -d ' #'
95
95
96
96
task-list-ci : # # CI: Generate a JSON array of jobs to run, matches the commands run when running `make (|all)` ####
97
- @grep -E ' ^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST ) | grep -v " ###" | sort | awk ' BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | jq --raw-input --slurp -c ' split("\n")| .[0:-1]'
98
-
99
- # task-list-ci: ## CI: Generate a JSON array of jobs to run, matches the commands run when running `make (|all)` ####
100
- # @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sed 's/[^:]*://' | grep "##\%##" | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | jq --raw-input --slurp -c 'split("\n")| .[0:-1]'
101
- #
102
- # task-list-ci-targeted: ## CI: Generate a JSON array of jobs to run, matches the commands run when running `make (|all)` ####
103
- # @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sed 's/[^:]*://' | grep -v "###" | grep -v "##\%##" | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | jq --raw-input --slurp -c 'split("\n")| .[0:-1]'
97
+ @grep -E ' ^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST ) | grep " ##\%##" | sort | awk ' BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | jq --raw-input --slurp -c ' split("\n")| .[0:-1]'
104
98
99
+ task-list-ci-targeted : # # CI: Generate a JSON array of jobs to run, matches the commands run when running `make (|all)` ####
100
+ @grep -E ' ^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST ) | grep -v " ###" | grep -v " ##\%##" | sort | awk ' BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | jq --raw-input --slurp -c ' split("\n")| .[0:-1]'
You can’t perform that action at this time.
0 commit comments