We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0457142 commit 5ce0b00Copy full SHA for 5ce0b00
.github/workflows/main.yml
@@ -72,9 +72,9 @@ jobs:
72
73
- name: Paths Filter Result
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 '.'
+ echo 'extra_push: ${{ steps.filter.outputs.extra_push }}' | jq -r '.';
+ echo 'extra_pull_request: ${{ steps.filter.outputs.extra_pull_request }}' | jq -r '.';
+ echo 'stackhpc: ${{ steps.filter.outputs.stackhpc }}' | jq -r '.';
78
echo 'trivvyscan: ${{ steps.filter.outputs.trivvyscan }}' | jq -r '.'
79
80
extra:
0 commit comments