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 90a9f42 commit 8ab455e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: ${{ env.USE_STAGE == 'true' }}
run: |
cp $HOME/.m2/settings.xml /tmp/settings.xml
mv -vf .github/configs/settings.xml $HOME/.m2/settings.xml
mv -vf ../.github/configs/settings.xml $HOME/.m2/settings.xml
- name: Compile
run: mvn clean compile -e -Dmaven.javadoc.skip=true -ntp
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
# schedule:
# - cron: '45 7 * * 1'

defaults:
run:
working-directory: computer

jobs:
analyze:
env:
Expand Down Expand Up @@ -40,7 +44,7 @@ jobs:
if: ${{ env.USE_STAGE == 'true' }}
run: |
cp $HOME/.m2/settings.xml /tmp/settings.xml
mv -vf .github/configs/settings.xml $HOME/.m2/settings.xml
mv -vf ../.github/configs/settings.xml $HOME/.m2/settings.xml
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- /^release-.*$/
pull_request:

defaults:
run:
working-directory: computer

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 8ab455e

Please sign in to comment.