Skip to content

Commit

Permalink
check tag
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Jul 10, 2024
1 parent 78f680e commit 3ce140c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/health-check-self-hosted.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
name: health-check-self-hosted

on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
schedule:
- cron: 0 12 * * *
workflow_dispatch:

jobs:
label-check:
uses: autowarefoundation/autoware-github-actions/.github/workflows/make-sure-label-is-present.yaml@v1
with:
label: tag:run-health-check

load-env:
needs: label-check
uses: ./.github/workflows/load-env.yaml

docker-build:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/health-check.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
name: health-check

on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
schedule:
- cron: 0 12 * * *
workflow_dispatch:

jobs:
label-check:
uses: autowarefoundation/autoware-github-actions/.github/workflows/make-sure-label-is-present.yaml@v1
with:
label: tag:run-health-check

load-env:
needs: label-check
uses: ./.github/workflows/load-env.yaml

docker-build:
Expand Down

0 comments on commit 3ce140c

Please sign in to comment.