mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-05 10:31:30 -06:00
/.github/workflows: pull before commit
This commit is contained in:
1
.github/workflows/cd-release.yaml
vendored
1
.github/workflows/cd-release.yaml
vendored
@@ -48,6 +48,7 @@ jobs:
|
||||
message: ${{ format('[ga-bump-release] Update Dolt version to {0} and release v{0}', needs.format-version.outputs.version) }}
|
||||
add: ${{ format('[{0}/go/cmd/dolt/dolt.go,{0}/docker/Dockerfile,{0}/docker/Dockerfile.arm64]', github.workspace) }}
|
||||
cwd: "."
|
||||
pull: "--ff"
|
||||
- name: Build Binaries
|
||||
id: build_binaries
|
||||
run: |
|
||||
|
||||
1
.github/workflows/ci-format-repo.yaml
vendored
1
.github/workflows/ci-format-repo.yaml
vendored
@@ -48,3 +48,4 @@ jobs:
|
||||
message: "[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh"
|
||||
add: "."
|
||||
cwd: "."
|
||||
pull: "--ff"
|
||||
|
||||
Reference in New Issue
Block a user