ci: disable all steps when building app [skip ci]

This commit is contained in:
Baptiste Augrain 2024-11-16 02:01:57 +01:00
parent 1aa1ba1eba
commit 81562bbd3a
2 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,7 @@ jobs:
env:
PULL_REQUEST_ID: ${{ github.event.inputs.checkout_pr }}
run: ./get_pr.sh
if: env.DISABLED != 'yes'
- name: Install GH
run: ./install_gh.sh

View File

@ -195,6 +195,7 @@ jobs:
env:
PULL_REQUEST_ID: ${{ github.event.inputs.checkout_pr }}
run: ./get_pr.sh
if: env.DISABLED != 'yes'
- name: Install GH
run: ./install_gh.sh