Skip to content

Acceptance-run

Acceptance-run #20

name: Acceptance-run
on:
schedule:
- cron: "0 0 * * *" # At 00:00 every day
workflow_dispatch:
inputs:
test_label_regexp:
required: false
type: string
jobs:
ya_x86_64:
name: Build/test x86_64 using YA

Check failure on line 13 in .github/workflows/acceptance_run.yml

View workflow run for this annotation

GitHub Actions / Acceptance-run

Invalid workflow file

The workflow is not valid. .github/workflows/acceptance_run.yml (Line: 13, Col: 5): Required property is missing: runs-on
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- uses: ./.github/workflows/build_and_test_ya_provisioned.yml
with:
runner_label: auto-provisioned
# build_preset: relwithdebinfo
# build_target: ydb/tests/acceptance
# run_build: true
# run_tests: true
# secrets: inherit