Skip to content

Commit

Permalink
chore: set ref required to false for integration tests (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored May 27, 2024
1 parent be79cd1 commit ad4e310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad4e310

Please sign in to comment.