Skip to content

Commit

Permalink
changes as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
roothorp committed Mar 21, 2024
1 parent 0d739ea commit 60a6d91
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-gov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref }}
ref: ${{github.event.pull_request.head.sha}}
submodules: true
- name: Create k8s Kind Cluster
if: ${{ !env.ACT }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test-int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
nodes: 1

steps:
- name: Print refs
run: |
echo ${{github.head_ref}}
echo ${{github.ref}}
- if: ${{ inputs.forked == false }}
name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions tools/clean/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module tools/clean

go 1.22.1

toolchain go1.22.1

require (
cloud.google.com/go/compute v1.23.0
cloud.google.com/go/kms v1.15.2
Expand Down

0 comments on commit 60a6d91

Please sign in to comment.