Skip to content

Commit

Permalink
dev-acc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Dec 20, 2023
1 parent 39352cc commit 2b96457
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/dev-acc.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Dev Acceptance Tests

# on:
# # Runs every 2 days once at 3AM
# # schedule:
# # - cron: '0 21 */2 * *'
# # Allows you to run this workflow manually from the Actions tab
# workflow_dispatch:
inputs:
test_case:
description: 'Enter testcase'
required: false
default: ''
type: string
on:
# Runs every 2 days once at 3AM
# schedule:
# - cron: '0 21 */2 * *'
# Allows you to run this workflow manually from the Actions tab
workflow_call:
inputs:
test_case:
description: 'Enter testcase'
required: false
default: ''
type: string

# release:
# types: [published]
Expand Down

0 comments on commit 2b96457

Please sign in to comment.