Skip to content

Commit

Permalink
ci: update CI workflows (autowarefoundation#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored Feb 8, 2022
1 parent 27ba4d2 commit 78af4fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: build-arm
name: build-self-hosted

on:
schedule:
- cron: 0 19 * * 0 # run at 4 AM JST on Sundays
workflow_dispatch:

jobs:
build-arm:
build-self-hosted:
runs-on: [self-hosted, linux, ARM64]
container: ubuntu:20.04
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docker-build-and-push-arm
name: docker-build-and-push-self-hosted

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
workflow_dispatch:

jobs:
docker-build-and-push-arm:
docker-build-and-push-self-hosted:
runs-on: [self-hosted, linux, ARM64]
steps:
# https://github.com/actions/checkout/issues/211
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: spell-check
name: spell-check-differential

on:
pull_request:

jobs:
spell-check:
spell-check-differential:
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand Down

0 comments on commit 78af4fd

Please sign in to comment.