Skip to content

Commit

Permalink
switch work path
Browse files Browse the repository at this point in the history
  • Loading branch information
coderzc committed Aug 20, 2024
1 parent ab07e45 commit 90a9f42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- master
- /^release-.*$/
pull_request:
defaults:
run:
working-directory: computer

jobs:
computer-ci:
Expand All @@ -22,7 +25,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
path: computer
fetch-depth: 2

- name: Install JDK 8 for HDFS
Expand Down

0 comments on commit 90a9f42

Please sign in to comment.