We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbeb6e commit 5063aeeCopy full SHA for 5063aee
.github/workflows/test-package-installation.yml
@@ -69,7 +69,7 @@ jobs:
69
echo "matrix=${matrix}" >> "$GITHUB_OUTPUT"
70
71
test_package:
72
- name: "Test ${{ matrix.platform }} / PG ${{ matrix.pg_version }}"
+ name: "PG${{ matrix.pg_version }}/Citus${{ needs.discover.outputs.citus_version }} - ${{ matrix.platform }}"
73
needs: discover
74
runs-on: ubuntu-latest
75
strategy:
0 commit comments