Skip to content

Commit 3d05d72

Browse files
authored
fix: specify scheduling params for liquibase batch job (#562)
1 parent e2709c6 commit 3d05d72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-liquibase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ env:
8888
}}
8989
jobs:
9090
build:
91+
environment: ${{ inputs.environment }}
9192
outputs:
9293
image_tag: ${{ steps.build-details.outputs.image_tag }}
9394
runs-on: ubuntu-latest
@@ -173,6 +174,8 @@ jobs:
173174
{\"name\": \"DRY_RUN\", \"value\": \"${{ inputs.dry_run }}\"}
174175
]
175176
}" \
177+
--scheduling-priority-override 1 \
178+
--share-identifier "liquibase-migrations" \
176179
--query 'jobId' \
177180
--output text)
178181
echo "job_id=$JOB_ID" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)