Skip to content

Commit

Permalink
Merge branch 'master' into fix-i1906
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Dec 15, 2023
2 parents bcb1ed4 + 37b3c0b commit 77c6005
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
types:
- closed

permissions: write-all
jobs:
docs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 77c6005

Please sign in to comment.