Skip to content

Commit 27c3b34

Browse files
committed
ci: fix build workflows
1 parent 9ca7fc4 commit 27c3b34

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci-build-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080

8181
- name: Build
8282
env:
83+
SHOULD_BUILD: yes
8384
SHOULD_BUILD_REH: no
8485
SHOULD_BUILD_REH_WEB: no
8586
run: ./build.sh

.github/workflows/ci-build-macos.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,9 @@ jobs:
7171
- name: Clone VSCode repo
7272
run: . get_repo.sh
7373

74-
- name: Check existing VSCodium tags/releases
75-
env:
76-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77-
run: . check_tags.sh
78-
7974
- name: Build
8075
env:
76+
SHOULD_BUILD: yes
8177
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8278
run: ./build.sh
8379

.github/workflows/ci-build-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272

7373
- name: Build
7474
env:
75+
SHOULD_BUILD: yes
7576
SHOULD_BUILD_REH: no
7677
SHOULD_BUILD_REH_WEB: no
7778
run: ./build.sh

0 commit comments

Comments
 (0)