Skip to content

Commit

Permalink
correctly tag citus upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Jul 12, 2024
1 parent 0c50683 commit 86d100c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
- uses: "./.github/actions/upload_coverage"
if: always()
with:
flags: ${{ env.pg_major }}_upgrade
flags: pg${{ fromJson(needs.params.outputs.pg14_version).major }}_citus_upgrade
codecov_token: ${{ secrets.CODECOV_TOKEN }}
upload-coverage:
if: always()
Expand Down

0 comments on commit 86d100c

Please sign in to comment.