Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 2 additions & 6 deletions .github/workflows/code_standards.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: code standards

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]

jobs:
lint-java:
Expand Down Expand Up @@ -33,4 +29,4 @@ jobs:
- name: install dependencies
run: make install-go-ci-dependencies
- name: lint go
run: make lint-go
run: make lint-go
6 changes: 1 addition & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: unit tests

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]

jobs:
unit-test-java:
Expand Down