File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
access-token : ' ${{ secrets.GITHUB_TOKEN }}'
23
23
# 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 '
25
25
26
26
test_generate_an_issue :
27
27
# Don't run on private repo.
35
35
with :
36
36
access-token : ' ${{ secrets.GITHUB_TOKEN }}'
37
37
# 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 '
39
39
issue-labels : ' nightly-testing-report-generation-test'
40
40
issue-title : ' Nightly Testing Report For Presubmit Testing'
You can’t perform that action at this time.
0 commit comments