Skip to content

Commit

Permalink
trigger ci on v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolyssup committed Apr 12, 2024
1 parent 6389515 commit 0ee421d
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0
schedule:
- cron: '25 5 * * 5'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci-v2-cron-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
push:
branches:
- master
- 1.8.0
- v1.8.0

concurrency:
group: ${{ github.workflow }}-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci-v2-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goimports-reviser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0

jobs:
changes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0

jobs:
check-license:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0
jobs:
misspell:
name: runner / misspell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
pull_request:
branches:
- master
- 1.8.0
- v1.8.0
jobs:
changes:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0ee421d

Please sign in to comment.