We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcb1ed4 + 37b3c0b commit 77c6005Copy full SHA for 77c6005
.github/workflows/gradle.yml
@@ -22,7 +22,9 @@ jobs:
22
runs-on: ubuntu-latest
23
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
+ with:
27
+ fetch-depth: 0
28
- name: Set up JDK 11
29
uses: actions/setup-java@v3
30
with:
.github/workflows/sphinx.yml
@@ -4,10 +4,14 @@ on:
4
branches: [ "master" ]
5
pull_request:
6
7
+ types:
8
+ - closed
9
10
permissions: write-all
11
jobs:
12
docs:
13
+ if_merged:
14
+ if: github.event.pull_request.merged == true
15
16
17
- uses: actions/setup-python@v4
0 commit comments