Skip to content

Commit 2b53a02

Browse files
committed
Tweak github action used to detect changed paths on push/pull request
1 parent 5ce0b00 commit 2b53a02

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ jobs:
7272
7373
- name: Paths Filter Result
7474
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 '.'
7980
8081
extra:
8182
name: Test extra build

0 commit comments

Comments
 (0)