Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyuT committed Nov 23, 2023
2 parents 82b401a + e8fd3e0 commit 164a50a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
name: "license checker"

on:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -30,15 +29,12 @@ on:
jobs:
check-license-header:
runs-on: ubuntu-latest
env:
USE_STAGE: 'true' # Whether to include the stage repository.
steps:
- uses: actions/checkout@v3
# More info could refer to: https://github.com/apache/skywalking-eyes
- name: Check License Header
uses: apache/skywalking-eyes@main
env:
SE_STAGE: 'true' # Whether to include the stage repository.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
log: info
Expand All @@ -49,12 +45,6 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: use staged maven repo settings
if: ${{ env.USE_STAGE == 'true' }}
run: |
cp $HOME/.m2/settings.xml /tmp/settings.xml
mv -vf .github/configs/settings.xml $HOME/.m2/settings.xml
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 164a50a

Please sign in to comment.