Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
delinea-rajani authored Jul 1, 2024
1 parent 5880016 commit 1cae1b7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Run Tests

on: [pull_request]
on:
workflow_dispatch:
inputs:
parameter_name:
description: 'Description of the parameter.'
required: true
default: 'Default value if any'

jobs:

Expand Down

0 comments on commit 1cae1b7

Please sign in to comment.