Skip to content

Commit

Permalink
Added dispatch command for running manually
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Aug 9, 2024
1 parent e540fc7 commit 41a74c7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/build-client-server-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@ name: Build Client, Server & Run only Cypress with count
on:
repository_dispatch:
types: [ci-test-limit-count-command]
workflow_dispatch:
inputs:
pr:
description: "PR number"
required: false
type: number
default: 0
previous-workflow-run-id:
description: "Workflow ID (To Download cicontainer)"
required: false
type: number
default: 0
run_count:
description: 'Number of times to repeat the test run'
required: false
type: number
default: 1


workflow_call:
inputs:
pr:
description: "This is the PR number in case the workflow is being called in a pull request"
required: false
type: number
previous-workflow-run-id:
description: "This is the PR number in case the workflow is being called in a pull request"
required: false
type: number
default: 0
run_count:
description: 'Number of times to repeat the test run'
required: false
type: number
default: 1

jobs:
file-check:
Expand Down

0 comments on commit 41a74c7

Please sign in to comment.