Skip to content

Commit

Permalink
Exclude sessions integration tests from nightly report (#10443)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Nov 2, 2022
1 parent f806c30 commit db6af01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
access-token: '${{ secrets.GITHUB_TOKEN }}'
# This is to exclude workflows that will be searched in the nightly report.
exclude-workflow-files: 'performance-integration-tests.yml'
exclude-workflow-files: 'performance-integration-tests.yml, sessions-integration-tests.yml'

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

0 comments on commit db6af01

Please sign in to comment.