Skip to content

Commit 3b1c9a3

Browse files
committed
Remove unused workflow variables
These were artifacts left over from when the test workflow also generated the tester builds, but that process been moved to a dedicated workflow.
1 parent 498aa85 commit 3b1c9a3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/check-code-generation-task.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ on:
1818
- "**/*.go"
1919
- "etc/schemas/**/*.json"
2020

21-
env:
22-
BUILDS_ARTIFACT: build-artifacts
23-
2421
jobs:
2522
test-go:
2623
runs-on: ubuntu-latest

.github/workflows/test-go-task.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ on:
1818
- "**/*.go"
1919
- "**/testdata/**"
2020

21-
env:
22-
BUILDS_ARTIFACT: build-artifacts
23-
2421
jobs:
2522
test-go:
2623
strategy:

0 commit comments

Comments
 (0)