Skip to content

Commit

Permalink
fix: specify scheduling params for liquibase batch job (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble authored Jan 20, 2025
1 parent e2709c6 commit 3d05d72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-liquibase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ env:
}}
jobs:
build:
environment: ${{ inputs.environment }}
outputs:
image_tag: ${{ steps.build-details.outputs.image_tag }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -173,6 +174,8 @@ jobs:
{\"name\": \"DRY_RUN\", \"value\": \"${{ inputs.dry_run }}\"}
]
}" \
--scheduling-priority-override 1 \
--share-identifier "liquibase-migrations" \
--query 'jobId' \
--output text)
echo "job_id=$JOB_ID" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3d05d72

Please sign in to comment.