Skip to content

Commit

Permalink
MTM-59369: Testing Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikhahme committed Aug 29, 2024
1 parent 27f3e09 commit 9a7748e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/get-component-details.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Get component details
on:
workflow_dispatch:
schedule:
- cron: 00 19 * * *
inputs:
date:
description: 'Test Date.'
required: true
type: string
#schedule:
# - cron: 00 19 * * *

permissions:
pull-requests: write
Expand Down

0 comments on commit 9a7748e

Please sign in to comment.