Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglusheng committed Feb 6, 2025
1 parent 4572f24 commit be9a38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto_format_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

steps:
- name: Checkout code
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
- if: github.event_name == 'push'
uses: actions/checkout@v4
- if: github.event_name == 'pull_request'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/auto_format_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

steps:
- name: Checkout code
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
- if: github.event_name == 'push'
uses: actions/checkout@v4
- if: github.event_name == 'pull_request'
Expand Down

0 comments on commit be9a38d

Please sign in to comment.