Skip to content

Commit

Permalink
chore: sync files (#356)
Browse files Browse the repository at this point in the history
* chore: sync files

Signed-off-by: GitHub <noreply@github.com>

* Update sync-files.yaml

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 8, 2022
1 parent 2268517 commit 03fee85
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 188 deletions.
8 changes: 4 additions & 4 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- source: .github/dependabot.yaml
- source: .github/workflows/pre-commit-optional.yaml
- source: .github/workflows/semantic-pull-request.yaml
- source: .github/workflows/spell-check.yaml
- source: .github/workflows/spell-check-differential.yaml
- source: .clang-format
- source: .markdown-link-check.json
- source: .markdownlint.yaml
Expand All @@ -20,10 +20,10 @@

- repository: autowarefoundation/autoware_common
files:
- source: .github/workflows/build-and-test-arm.yaml
- source: .github/workflows/build-and-test-arm-pr.yaml
- source: .github/workflows/build-and-test.yaml
- source: .github/workflows/build-and-test-pr.yaml
- source: .github/workflows/build-and-test-differential.yaml
- source: .github/workflows/build-and-test-differential-self-hosted.yaml
- source: .github/workflows/build-and-test-self-hosted.yaml
- source: .github/workflows/check-build-depends.yaml
- source: .github/workflows/pre-commit.yaml

Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/build-and-test-arm-pr.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/build-and-test-arm.yaml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/build-and-test-pr.yaml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: build-and-test

on:
push:
branches:
- main
- tier4/proposal
schedule:
- cron: 0 19 * * * # run at 4 AM JST
workflow_dispatch:

jobs:
build-and-test:
if: ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }}
runs-on: ubuntu-latest
container: ghcr.io/autowarefoundation/autoware-universe:latest
steps:
Expand Down Expand Up @@ -50,5 +48,5 @@ jobs:
uses: codecov/codecov-action@v2
with:
files: lcov/total_coverage.info,coveragepy/.coverage
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
16 changes: 0 additions & 16 deletions .github/workflows/spell-check.yaml

This file was deleted.

0 comments on commit 03fee85

Please sign in to comment.