Skip to content

Commit df0bb62

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
7373
- name: Paths Filter Result
7474
run: >
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 '.'
75+
echo 'extra_push_files: ${{ steps.filter.outputs.extra_push_files }}';
76+
echo 'extra_push_files: ${{ steps.filter.outputs.extra_push_files }}' | jq -r '.';
77+
#echo 'extra_pull_request_files: ${{ steps.filter.outputs.extra_pull_request_files }}' | jq -r '.';
78+
#echo 'stackhpc_files: ${{ steps.filter.outputs.stackhpc_files }}' | jq -r '.';
79+
#echo 'trivvyscan_files: ${{ steps.filter.outputs.trivvyscan_files }}' | jq -r '.'
8080
8181
extra:
8282
name: Test extra build

0 commit comments

Comments
 (0)