Skip to content

Commit ab28022

Browse files
committed
[ci] Pull rebase once before pushing
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 758e133 commit ab28022

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
git config --local user.email "[email protected]"
187187
git config --local user.name "Selenium CI Bot"
188188
git commit -m "[ci] Update tag ${RELEASE_TAG} in docs and files" -m "[skip test]" -a
189+
git pull --rebase
189190
env:
190191
RELEASE_TAG: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}"
191192
- name: Push changes

.github/workflows/helm-chart-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
git config --local user.email "[email protected]"
117117
git config --local user.name "Selenium CI Bot"
118118
git commit -m "[ci] Update chart ${LATEST_CHART_VERSION} changelog" -m "[skip ci]" -a || true
119+
git pull --rebase
119120
120121
- name: Push changes
121122
if: github.event.inputs.skip-commit != 'true'

.github/workflows/k8s-scaling-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ jobs:
219219
git config --local user.name "Selenium CI Bot"
220220
git add .keda/.
221221
git commit -m "[ci] Upload autoscaling in K8s test results" -m "[skip ci]" -a
222+
git pull --rebase
222223
- name: Push changes
223224
uses: ad-m/github-push-action@master
224225
with:

.github/workflows/update-chart-readme.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
git config --local user.email "[email protected]"
4545
git config --local user.name "Selenium CI Bot"
4646
git commit -m "[ci] Update chart configuration table" -m "[skip test]" -a
47+
git pull --rebase
4748
- name: Push changes
4849
if: env.diff == 'true'
4950
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)