Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: go-tests

on:
pull_request:
branches-ignore:
- stable-website
paths-ignore:
- '.changelog/**'
- '.github/ISSUE_TEMPLATE/**'
- 'contributing/**'
- 'docs/**'
- 'ui/**'
- 'mktg-**' # Digital Team Terraform-generated branches' prefix
- 'backport/docs/**'
- 'backport/ui/**'
- 'backport/mktg-**'
- 'website/**'
push:
branches:
# Push events on the main branch
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ name: test-integrations

on:
pull_request:
branches-ignore:
- stable-website
paths-ignore:
- '.changelog/**'
- '.github/ISSUE_TEMPLATE/**'
- 'contributing/**'
- 'docs/**'
- 'ui/**'
- 'mktg-**' # Digital Team Terraform-generated branch prefix
- 'backport/docs/**'
- 'backport/ui/**'
- 'backport/mktg-**'
- 'website/**'

env:
TEST_RESULTS_DIR: /tmp/test-results
Expand Down