From e610d04efacd63fc40168a4a3d41e582833de816 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Mon, 27 May 2024 11:25:31 +0100 Subject: [PATCH] chore: set ref required to false for integration tests --- .github/workflows/integration-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index c028d15..f54a8cd 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -5,11 +5,11 @@ on: inputs: compiler-tester-ref: type: string - required: true + required: false description: 'Compiler tester revision to use.' llvm-ref: type: string - required: true + required: false description: 'LLVM revision to use.' path: type: string