Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): update changelog + import paths for v4 #1886

Merged
merged 5 commits into from
Feb 27, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
release workflow glob
Joshua Goldstein committed Feb 27, 2023
commit 647fbf95792df03743472f2c079873d87651e6c0
3 changes: 1 addition & 2 deletions .github/workflows/ci-badger-bank-tests-nightly.yml
Original file line number Diff line number Diff line change
@@ -3,8 +3,7 @@ on:
push:
branches:
- main
- release/v3.2103
- release/v4.0
- 'release/v*'
schedule:
- cron: "0 3 * * *"
jobs:
6 changes: 2 additions & 4 deletions .github/workflows/ci-badger-bank-tests.yml
Original file line number Diff line number Diff line change
@@ -3,13 +3,11 @@ on:
push:
branches:
- main
- release/v3.2103
- release/v4.0
- 'release/v*'
pull_request:
branches:
- main
- release/v3.2103
- release/v4.0
- 'release/v*'
schedule:
- cron: "*/30 * * * *"
jobs:
6 changes: 2 additions & 4 deletions .github/workflows/ci-badger-tests.yml
Original file line number Diff line number Diff line change
@@ -3,13 +3,11 @@ on:
push:
branches:
- main
- release/v3.2103
- release/v4.0
- 'release/v*'
pull_request:
branches:
- main
- release/v3.2103
- release/v4.0
- 'release/v*'
schedule:
- cron: "*/30 * * * *"
jobs:
6 changes: 2 additions & 4 deletions .github/workflows/ci-golang-lint.yml
Original file line number Diff line number Diff line change
@@ -3,13 +3,11 @@ on:
push:
branches:
- main
- release/v3.2103
- release/v4.0
- 'release/v*'
pull_request:
branches:
- main
- release/v3.2103
- release/v4.0
- 'release/v*'
schedule:
- cron: "*/30 * * * *"
jobs: