Skip to content

Add failsafe-go

Add failsafe-go #17

Workflow file for this run

# Code generated by build-workflows script. DO NOT EDIT.
# source: runtime/.github/workflows/verify.yml
# SPDX-FileCopyrightText: 2023-present Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
name: Verify Runtime
on:
push:
branches:
- 'master'
paths:
- 'runtime/**'
pull_request:
paths:
- 'runtime/**'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
with:
component: runtime
lint:
uses: ./.github/workflows/lint.yml
with:
component: runtime