Skip to content

Commit

Permalink
sudhish revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein committed Oct 13, 2022
1 parent 23509c2 commit e4bddff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: ci-badger-tests-bank
name: ci-badger-bank-tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
schedule:
- cron: "30 * * * *"
- cron: "*/30 * * * *"
jobs:
badger-bank:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-badger-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: ci-badger-tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
schedule:
- cron: "30 * * * *"
- cron: "*/30 * * * *"
jobs:
badger-tests:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: ci-badger-lint
name: ci-golang-lint
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
schedule:
- cron: "0 * * * *"
- cron: "*/30 * * * *"
jobs:
go-lint:
name: lint
Expand Down

0 comments on commit e4bddff

Please sign in to comment.