Skip to content

Commit

Permalink
Fix github action conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwiden committed Feb 13, 2024
1 parent 5de26c6 commit 75b2ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:


- name: Update repo description
if: ${{ !env.ACT && matrix.suffix == "" }}
if: ${{ !env.ACT && matrix.postgres_version == 12 }}
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 75b2ebc

Please sign in to comment.