File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,11 @@ jobs:
72
72
73
73
- name : Paths Filter Result
74
74
run : >
75
- echo 'extra_push: ${{ steps.filter.outputs.extra_push }}' | jq -r '.';
76
- echo 'extra_pull_request: ${{ steps.filter.outputs.extra_pull_request }}' | jq -r '.';
77
- echo 'stackhpc: ${{ steps.filter.outputs.stackhpc }}' | jq -r '.';
78
- echo 'trivvyscan: ${{ steps.filter.outputs.trivvyscan }}' | jq -r '.'
75
+ echo 'extra_push: ${{ steps.filter.outputs.extra_push }}'
76
+ #echo 'extra_push: ${{ steps.filter.outputs.extra_push }}' | jq -r '.';
77
+ #echo 'extra_pull_request: ${{ steps.filter.outputs.extra_pull_request }}' | jq -r '.';
78
+ #echo 'stackhpc: ${{ steps.filter.outputs.stackhpc }}' | jq -r '.';
79
+ #echo 'trivvyscan: ${{ steps.filter.outputs.trivvyscan }}' | jq -r '.'
79
80
80
81
extra :
81
82
name : Test extra build
You can’t perform that action at this time.
0 commit comments