Skip to content

Commit

Permalink
ci: fix skipped jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
darkyzhou committed Dec 7, 2024
1 parent d488f5f commit 9f4a8a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ env:

jobs:
prepare:
if: ${{ inputs.stage == 'full' }}
runs-on: [self-hosted, ryustation]
container:
image: ghcr.io/darkyzhou/electron-buildtools:latest
Expand All @@ -41,6 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Patch Sources
if: ${{ inputs.stage == 'full' }}
run: |
set -ex
REPO_PATH=`pwd`
Expand All @@ -62,6 +62,7 @@ jobs:
git -C "$DEPOT_PATH" reset --hard HEAD
git -C "$DEPOT_PATH" apply "$REPO_PATH"/gclient.patch
- name: Sync Dependencies
if: ${{ inputs.stage == 'full' }}
run: |
set -ex
cd /home/builduser/buildroot
Expand Down

0 comments on commit 9f4a8a8

Please sign in to comment.