Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Dec 30, 2021
2 parents 72dcb2d + 9496859 commit 34b9a74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,6 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

build:
needs:
- lint
- vet
- ineffassign
- test
- codeql
- sonarcloud
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,11 @@ jobs:

build:
needs:
- coverage
- sonarcloud
- lint
- vet
- ineffassign
- test
- codeql
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
Expand All @@ -145,6 +148,8 @@ jobs:
tag:
runs-on: ubuntu-latest
needs:
- coverage
- sonarcloud
- build
steps:
- name: Checkout
Expand Down

0 comments on commit 34b9a74

Please sign in to comment.