Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
huikang committed Aug 21, 2023
1 parent 6254777 commit 15814ea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name: go-tests

on:
workflow_dispatch: {}
# pull_request:
# branches-ignore:
# - stable-website
# - 'docs/**'
# - 'ui/**'
# - 'mktg-**' # Digital Team Terraform-generated branches' prefix
# - 'backport/docs/**'
# - 'backport/ui/**'
# - 'backport/mktg-**'
# push:
# branches:
# # Push events on the main branch
# - main
# - release/**
pull_request:
branches-ignore:
- stable-website
- 'docs/**'
- 'ui/**'
- 'mktg-**' # Digital Team Terraform-generated branches' prefix
- 'backport/docs/**'
- 'backport/ui/**'
- 'backport/mktg-**'
push:
branches:
# Push events on the main branch
- main
- release/**

permissions:
contents: read
Expand Down
19 changes: 9 additions & 10 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
name: test-integrations

on:
# pull_request:
workflow_dispatch: {}
# branches-ignore:
# - stable-website
# - 'docs/**'
# - 'ui/**'
# - 'mktg-**' # Digital Team Terraform-generated branch prefix
# - 'backport/docs/**'
# - 'backport/ui/**'
# - 'backport/mktg-**'
pull_request:
branches-ignore:
- stable-website
- 'docs/**'
- 'ui/**'
- 'mktg-**' # Digital Team Terraform-generated branch prefix
- 'backport/docs/**'
- 'backport/ui/**'
- 'backport/mktg-**'

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

0 comments on commit 15814ea

Please sign in to comment.