Skip to content

Commit afb91c2

Browse files
committed
build: remove temporal updater
1 parent 6157c81 commit afb91c2

File tree

2 files changed

+0
-79
lines changed

2 files changed

+0
-79
lines changed

.github/workflows/tools.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ on:
3838
- root-certificates
3939
- simdjson
4040
- sqlite
41-
- temporal
4241
- undici
4342
- uvwasi
4443
- zlib
@@ -256,14 +255,6 @@ jobs:
256255
cat temp-output
257256
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
258257
rm temp-output
259-
- id: temporal
260-
subsystem: deps
261-
label: dependencies
262-
run: |
263-
./tools/dep_updaters/update-temporal.sh > temp-output
264-
cat temp-output
265-
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
266-
rm temp-output
267258
- id: undici
268259
subsystem: deps
269260
label: dependencies

tools/dep_updaters/update-temporal.sh

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)