Skip to content

Commit

Permalink
chore: ignore some cases for GitHub actions of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Jun 29, 2023
1 parent 1354287 commit dafe46d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ on:
- 1.x
paths-ignore:
- '**.md'
- '.github/FUNDING.yml'
- '.github/release-drafter.yml'
- '.github/ISSUE_TEMPLATE/*'
- '.github/workflows/release-drafter.yaml'
pull_request:
branches:
- master
- dev
- 1.x
paths-ignore:
- '**.md'
- '.github/FUNDING.yml'
- '.github/release-drafter.yml'
- '.github/ISSUE_TEMPLATE/*'
- '.github/workflows/release-drafter.yaml'

env:
GO111MODULE: on
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test_gc_opt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ on:
- 1.x
paths-ignore:
- '**.md'
- '.github/FUNDING.yml'
- '.github/release-drafter.yml'
- '.github/ISSUE_TEMPLATE/*'
- '.github/workflows/release-drafter.yaml'
pull_request:
branches:
- master
- dev
- 1.x
paths-ignore:
- '**.md'
- '.github/FUNDING.yml'
- '.github/release-drafter.yml'
- '.github/ISSUE_TEMPLATE/*'
- '.github/workflows/release-drafter.yaml'

env:
GO111MODULE: on
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test_poll_opt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ on:
- 1.x
paths-ignore:
- '**.md'
- '.github/FUNDING.yml'
- '.github/release-drafter.yml'
- '.github/ISSUE_TEMPLATE/*'
- '.github/workflows/release-drafter.yaml'
pull_request:
branches:
- master
- dev
- 1.x
paths-ignore:
- '**.md'
- '.github/FUNDING.yml'
- '.github/release-drafter.yml'
- '.github/ISSUE_TEMPLATE/*'
- '.github/workflows/release-drafter.yaml'

env:
GO111MODULE: on
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test_poll_opt_gc_opt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ on:
- 1.x
paths-ignore:
- '**.md'
- '.github/FUNDING.yml'
- '.github/release-drafter.yml'
- '.github/ISSUE_TEMPLATE/*'
- '.github/workflows/release-drafter.yaml'
pull_request:
branches:
- master
- dev
- 1.x
paths-ignore:
- '**.md'
- '.github/FUNDING.yml'
- '.github/release-drafter.yml'
- '.github/ISSUE_TEMPLATE/*'
- '.github/workflows/release-drafter.yaml'

env:
GO111MODULE: on
Expand Down

0 comments on commit dafe46d

Please sign in to comment.