Skip to content

Commit 5ce0b00

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ 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 '.'
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 '.';
7878
echo 'trivvyscan: ${{ steps.filter.outputs.trivvyscan }}' | jq -r '.'
7979
8080
extra:

0 commit comments

Comments
 (0)