Commit 8142ef1 1 parent cf35622 commit 8142ef1 Copy full SHA for 8142ef1
File tree 8 files changed +12
-12
lines changed
8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 27
27
- source : .github/workflows/build-and-test-self-hosted.yaml
28
28
- source : .github/workflows/check-build-depends.yaml
29
29
- source : .github/workflows/clang-tidy-pr-comments.yaml
30
+ - source : .github/workflows/sync-files.yaml
30
31
31
32
- repository : autowarefoundation/autoware-documentation
32
33
files :
Original file line number Diff line number Diff line change 71
71
with :
72
72
rosdistro : galactic
73
73
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
74
- clang-tidy-config-url : https://raw.githubusercontent.com/autowarefoundation/autoware/tier4/proposal /.clang-tidy
74
+ clang-tidy-config-url : https://raw.githubusercontent.com/autowarefoundation/autoware/main /.clang-tidy
75
75
build-depends-repos : build_depends.repos
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build-and-test-self-hosted
2
2
3
3
on :
4
4
schedule :
5
- - cron : 0 19 * * * # run at 4 AM JST
5
+ - cron : 0 0 * * *
6
6
workflow_dispatch :
7
7
8
8
jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: build-and-test
3
3
on :
4
4
push :
5
5
schedule :
6
- - cron : 0 19 * * * # run at 4 AM JST
6
+ - cron : 0 0 * * *
7
7
workflow_dispatch :
8
8
9
9
jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: delete-closed-pr-docs
2
2
3
3
on :
4
4
schedule :
5
- - cron : 0 19 * * * # run at 4 AM JST
5
+ - cron : 0 0 * * *
6
6
workflow_dispatch :
7
7
8
8
jobs :
15
15
fetch-depth : 0
16
16
17
17
- name : Delete closed PR docs
18
- uses : autowarefoundation/autoware-github-actions/delete-closed-pr-docs@tier4/proposal
18
+ uses : autowarefoundation/autoware-github-actions/delete-closed-pr-docs@v1
19
19
with :
20
20
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- - tier4/proposal
8
7
paths :
9
8
- mkdocs.yaml
10
9
- " **/*.md"
20
19
21
20
jobs :
22
21
prevent-no-label-execution :
23
- uses : autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@tier4/proposal
22
+ uses : autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
24
23
with :
25
24
label : documentation
26
25
36
35
ref : ${{ github.event.pull_request.head.sha }}
37
36
38
37
- name : Deploy docs
39
- uses : autowarefoundation/autoware-github-actions/deploy-docs@tier4/proposal
38
+ uses : autowarefoundation/autoware-github-actions/deploy-docs@v1
40
39
with :
41
40
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: sync-files
2
2
3
3
on :
4
4
schedule :
5
- - cron : 0 19 * * * # run at 4 AM JST
5
+ - cron : 0 0 * * *
6
6
workflow_dispatch :
7
7
8
8
jobs :
17
17
private_key : ${{ secrets.PRIVATE_KEY }}
18
18
19
19
- name : Run sync-files
20
- uses : autowarefoundation/autoware-github-actions/sync-files@tier4/proposal
20
+ uses : autowarefoundation/autoware-github-actions/sync-files@v1
21
21
with :
22
22
token : ${{ steps.generate-token.outputs.token }}
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ repositories:
7
7
core/common:
8
8
type: git
9
9
url: https://github.com/autowarefoundation/autoware_common.git
10
- version: tier4/proposal
10
+ version: main
11
11
core/autoware:
12
12
type: git
13
13
url: https://github.com/autowarefoundation/autoware.core.git
14
- version: tier4/proposal
14
+ version: main
15
15
# universe
16
16
universe/tier4_autoware_msgs:
17
17
type: git
You can’t perform that action at this time.
0 commit comments