ci(linux): check only concerned archives [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-22 11:45:36 +01:00
parent c480c943b2
commit 3187e3121f
2 changed files with 15 additions and 4 deletions

View File

@@ -153,6 +153,7 @@ jobs:
- name: Check existing VSCodium tags/releases
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHECK_REH: 'no'
run: ./check_tags.sh
- name: Download vscode artifact
@@ -231,6 +232,7 @@ jobs:
- name: Check existing VSCodium tags/releases
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHECK_ONLY_REH: 'yes'
run: ./check_tags.sh
- name: Download vscode artifact