blob: 47724949e18d237c29235e79a6361de308f2ea14 [file] [log] [blame]
# Copyright 2022 The IREE Authors
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: Postsubmit
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build_runtime:
uses: ./.github/workflows/build_runtime_cmake.yml
with:
build-dir: build-runtime
test_runtime:
needs: build_runtime
uses: ./.github/workflows/test_runtime_cmake.yml
with:
build-dir: build-runtime