File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 28
28
AWS_S3_ACCESS_KEY : ${{ secrets.INDEXDATA_S3_SECRET_ACCESS_KEY }}
29
29
30
30
on :
31
+ workflow_dispatch :
31
32
push :
32
33
branches : [ main, master ]
33
34
paths :
39
40
runs-on : ubuntu-latest
40
41
steps :
41
42
- name : Checkout
42
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
43
44
with :
44
45
ref : ${{ github.REF }}
45
46
submodules : recursive
Original file line number Diff line number Diff line change 27
27
API_WARNINGS : false
28
28
29
29
on :
30
+ workflow_dispatch :
30
31
push :
31
32
paths :
32
33
- ' src/main/resources/openapi/**'
39
40
runs-on : ubuntu-latest
40
41
steps :
41
42
- name : Checkout
42
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
43
44
with :
44
45
submodules : recursive
45
46
- name : Prepare folio-tools
Original file line number Diff line number Diff line change 17
17
API_EXCLUDES : ' example'
18
18
19
19
on :
20
+ workflow_dispatch :
20
21
push :
21
22
paths :
22
23
- ' src/main/resources/openapi/**'
29
30
runs-on : ubuntu-latest
30
31
steps :
31
32
- name : Checkout
32
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
33
34
with :
34
35
submodules : recursive
35
36
- name : Prepare folio-tools
You can’t perform that action at this time.
0 commit comments