Skip to content

Commit

Permalink
Disabled LT workflows (#160)
Browse files Browse the repository at this point in the history
### To be filled by the PR creator:

* A brief description of the changes made - 

* Do we have clean latest run report (Docker or Browserstack) attached
with this PR?
  * [ ] Yes
  * [ ] No (Please explain why)

* Does the PR contain changes to any core file?
  * [ ] Yes (Needs approval from at least 1 people)
  * [ ] No

* Is it
  * [ ] New Testcase
  * [ ] Fix


### To be filled by the PR reviewer:

* [ ] Verify the attached run report passed in GitHub Actions (Docker or
Browserstack run)

* General
    * [ ] Use the best strategy to locate the elements
    * [ ] Comments wherever the code is not readable by itself
    * [ ] Use of the right data structure for the use case
    * [ ] Reuse logic/functionality as much as possible
    * [ ] Cleanup of any test data that is generated by the tests
    * [ ] No static waits
  • Loading branch information
tauqirsarwar1 authored Aug 28, 2024
2 parents 2e01203 + b845c69 commit 7cb710f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/LT_android_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
USING_ENV: "LAMDATEST"

on:
schedule:
- cron: '30 18 * * *'
# schedule:
# - cron: '30 18 * * *'
workflow_dispatch:
inputs:
tags:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/LT_ios_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
USING_ENV: "LAMDATEST"

on:
schedule:
- cron: '30 20 * * *'
# schedule:
# - cron: '30 20 * * *'
workflow_dispatch:
inputs:
tags:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/LT_ui_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ env:
USING_ENV: "LAMDATEST"

on:
schedule:
- cron: '30 22 * * *'
# schedule:
# - cron: '30 22 * * *'
workflow_dispatch:
inputs:
tags:
Expand Down

0 comments on commit 7cb710f

Please sign in to comment.