From 1ed742bdb80518437e6d6f9c6ec7a5fbe300f254 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Thu, 16 Nov 2023 16:36:28 +0900 Subject: [PATCH] ci: rename fastly `compute@edge` to `compute` (#1708) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99272d65..d0aecedd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - run: bun run test:bun fastly: - name: 'Fastly Compute@Edge' + name: 'Fastly Compute' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4