Skip to content

Commit db6af01

Browse files
authored
Exclude sessions integration tests from nightly report (#10443)
1 parent f806c30 commit db6af01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
access-token: '${{ secrets.GITHUB_TOKEN }}'
2323
# This is to exclude workflows that will be searched in the nightly report.
24-
exclude-workflow-files: 'performance-integration-tests.yml'
24+
exclude-workflow-files: 'performance-integration-tests.yml, sessions-integration-tests.yml'
2525

2626
test_generate_an_issue:
2727
# Don't run on private repo.
@@ -35,6 +35,6 @@ jobs:
3535
with:
3636
access-token: '${{ secrets.GITHUB_TOKEN }}'
3737
# This is to exclude workflows that will be searched in the nightly report.
38-
exclude-workflow-files: 'performance-integration-tests.yml'
38+
exclude-workflow-files: 'performance-integration-tests.yml, sessions-integration-tests.yml'
3939
issue-labels: 'nightly-testing-report-generation-test'
4040
issue-title: 'Nightly Testing Report For Presubmit Testing'

0 commit comments

Comments
 (0)