Skip to content

Commit

Permalink
Merge pull request #1600 from FabianKramm/main
Browse files Browse the repository at this point in the history
fix: only apply deploy config once
  • Loading branch information
FabianKramm authored Mar 17, 2024
2 parents 446b260 + eade0ad commit 2494628
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 130 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
cache: false
go-version: "1.22"
- name: Setup Just
uses: extractions/setup-just@v2
Expand Down Expand Up @@ -75,7 +74,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.22"
cache: false
- name: Setup Just
uses: extractions/setup-just@v2
- name: Setup Syft
Expand Down Expand Up @@ -126,7 +124,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false

- name: Build e2e binary
run: |
Expand Down
Loading

0 comments on commit 2494628

Please sign in to comment.