Skip to content

Commit

Permalink
ci: disable TR uploads from nightly run (#6079)
Browse files Browse the repository at this point in the history
Disabling TestRail uploads from nightly run.

### QA Notes

n/a
  • Loading branch information
midleman authored Jan 23, 2025
1 parent 6807337 commit 797298e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-full-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
project: "e2e-electron"
display_name: "electron (linux)"
currents_tags: ${{ github.event_name == 'schedule' && 'nightly,electron/linux' || 'electron/linux' }}
report_testrail: true
report_testrail: false

e2e-windows:
name: e2e
Expand All @@ -67,7 +67,7 @@ jobs:
grep: ""
display_name: "electron (win)"
currents_tags: ${{ github.event_name == 'schedule' && 'nightly,electron/win' || 'electron/win' }}
report_testrail: true
report_testrail: false

e2e-browser:
name: e2e
Expand All @@ -79,7 +79,7 @@ jobs:
project: "e2e-browser"
display_name: "browser (linux)"
currents_tags: ${{ github.event_name == 'schedule' && 'nightly,browser/linux' || 'browser/linux' }}
report_testrail: true
report_testrail: false

unit-tests:
name: test
Expand Down

0 comments on commit 797298e

Please sign in to comment.