Skip to content

Commit

Permalink
Grafana: don't run go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Baungard Hansen <jacobbaungard@redhat.com>
  • Loading branch information
jacobbaungard committed Sep 19, 2024
1 parent ca09cbf commit af29ffc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/merge-acm-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ on:
required: false
default: ''
type: string
go-mod-tidy:
description: Run `go mod tidy` after a merge
required: false
default: true
type: boolean
secrets:
cloner-app-id:
description: Github ID of cloner app
Expand Down Expand Up @@ -186,6 +191,7 @@ jobs:
with:
node-version: ${{ inputs.node-version }}
- name: go mod tidy + vendor
if: ${{ inputs.go-mod-tidy }}
run: |
go mod tidy
git add go.mod go.sum
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/merge-acm-grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
sandbox: rhobs/acm-grafana
go-version: "1.22"
node-version: "20"
go-mod-tidy: false
restore-downstream: >-
OWNERS
restore-upstream: >-
Expand Down

0 comments on commit af29ffc

Please sign in to comment.