Skip to content

Commit d6cb888

Browse files
author
Ceredron
committed
Make it possible to disable usecase test with Git secret
1 parent d8db402 commit d6cb888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-use-cases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ run-name: Test use cases for environment ${{ inputs.environment || github.event.
2323

2424
jobs:
2525
usecase-test:
26+
if: ${{ secrets.ENABLE_USE_CASE_TESTS == 'true' }}
2627
environment: ${{ inputs.environment || github.event.inputs.environment || 'use-case-test' }}
2728
runs-on: ubuntu-latest
2829
steps:

0 commit comments

Comments
 (0)