Skip to content

Commit

Permalink
Updated Acceptance Test
Browse files Browse the repository at this point in the history
Removed on schedule run, cause cicd triggers cicd-prod-acc.yml which is similar to acc.yml
  • Loading branch information
mahesh-hpe committed Jan 8, 2024
1 parent 10f0e71 commit f085819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Acceptance Tests

on:
# Runs every 2 days once at 3AM
schedule:
- cron: '0 21 */2 * *'
# schedule:
# - cron: '0 21 */2 * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down

0 comments on commit f085819

Please sign in to comment.