Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
directory: "/cli"
schedule:
interval: "weekly"
commit-message:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
runs-on: ubuntu-latest
# Only run if:
# 1. CI workflow succeeded, OR
# Only run if:
# 1. CI workflow succeeded, OR
# 2. Manual trigger via workflow_dispatch, OR
# 3. PR labeled with 'safe-to-build', OR
# 4. Push to prbuild branch (for testing)
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,6 @@ jobs:
fail_ci_if_error: false
verbose: true

- name: Set up Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
with:
go-version: '${{ env.GO_VERSION }}'
cache: true
cache-dependency-path: cli/go.sum

- name: Build for multiple platforms
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down
Loading