Skip to content

Commit 86d100c

Browse files
committed
correctly tag citus upgrades
1 parent 0c50683 commit 86d100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
- uses: "./.github/actions/upload_coverage"
388388
if: always()
389389
with:
390-
flags: ${{ env.pg_major }}_upgrade
390+
flags: pg${{ fromJson(needs.params.outputs.pg14_version).major }}_citus_upgrade
391391
codecov_token: ${{ secrets.CODECOV_TOKEN }}
392392
upload-coverage:
393393
if: always()

0 commit comments

Comments
 (0)