Skip to content

Commit e64ebda

Browse files
committedOct 24, 2024
ci: speed up deployctl
1 parent 5fe292d commit e64ebda

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
workflow_dispatch:
2626

2727
env:
28-
DENO_VERSION: v1.44.4
28+
CI: true
2929

3030
permissions:
3131
contents: read # Needed to clone the repository
@@ -95,10 +95,6 @@ jobs:
9595
cancel-in-progress: true
9696

9797
steps:
98-
- name: 🦕 Install Deno
99-
uses: denoland/setup-deno@fa660b328d065f7683e7303976bd81e2d58e98ae # v1.4.1
100-
with:
101-
deno-version: ${{ env.DENO_VERSION }}
10298
- name: ⚙️ Download GPA Calculator
10399
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
104100
with:
@@ -124,10 +120,6 @@ jobs:
124120
cancel-in-progress: true
125121

126122
steps:
127-
- name: 🦕 Install Deno
128-
uses: denoland/setup-deno@fa660b328d065f7683e7303976bd81e2d58e98ae # v1.4.1
129-
with:
130-
deno-version: ${{ env.DENO_VERSION }}
131123
- name: ⚙️ Download Map
132124
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
133125
with:

0 commit comments

Comments
 (0)