Skip to content

Commit

Permalink
Update CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdForeign committed Aug 9, 2024
1 parent 17b3954 commit b89a9dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@ concurrency:

on:
pull_request:
branches:
- '**'
- '!master'
- '!dependabot/*/*/*/*/**'
branches-ignore:
- master

env:
DEPENDABOT_BRANCH: ${{ github.actor == 'dependabot[bot]' }}

jobs:
code-quality-check:
name: Check code quality
uses: CropperBlazor/Cropper.Blazor/.github/workflows/build-test-template.yml@dev
secrets: inherit
with:
publish-coverage: ${{ env.DEPENDABOT_BRANCH == 'false' }}

code-linting:
name: Code linting
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
needs: code-quality-check
steps:
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/dependabot-ci.yml

This file was deleted.

0 comments on commit b89a9dd

Please sign in to comment.