Skip to content

Commit e3a86ed

Browse files
committed
Add comment justifying why we set cache: false
1 parent 5d55901 commit e3a86ed

6 files changed

+12
-0
lines changed

.github/workflows/__go-tracing-autobuilder.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-custom-build-steps.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-legacy-workflow.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/go-tracing-autobuilder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ steps:
77
- uses: actions/setup-go@v5
88
with:
99
go-version: "~1.22.0"
10+
# to avoid potentially misleading autobuilder results where we expect it to download
11+
# dependencies successfully, but they actually come from a warm cache
1012
cache: false
1113
- uses: ./../action/init
1214
with:

pr-checks/checks/go-tracing-custom-build-steps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ steps:
55
- uses: actions/setup-go@v5
66
with:
77
go-version: "~1.22.0"
8+
# to avoid potentially misleading autobuilder results where we expect it to download
9+
# dependencies successfully, but they actually come from a warm cache
810
cache: false
911
- uses: ./../action/init
1012
with:

pr-checks/checks/go-tracing-legacy-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ steps:
77
- uses: actions/setup-go@v5
88
with:
99
go-version: "~1.22.0"
10+
# to avoid potentially misleading autobuilder results where we expect it to download
11+
# dependencies successfully, but they actually come from a warm cache
1012
cache: false
1113
- uses: ./../action/init
1214
with:

0 commit comments

Comments
 (0)