Skip to content

Commit

Permalink
ci: disable all steps when building app [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Nov 16, 2024
1 parent 1aa1ba1 commit 81562bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/insider-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stable-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81562bb

Please sign in to comment.