Skip to content

Commit

Permalink
Delete seperate black check, removed triggers from dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmijn committed Oct 5, 2023
1 parent 8220f30 commit 84abe31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test_dev.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Test dev

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_run:
workflows: ['Test stable']
types:
Expand Down Expand Up @@ -70,8 +66,5 @@ jobs:
- name: Run tests
run: python -m pytest --verbose --cov=hydromt_wflow --cov-report xml

- name: Check style
run: black --check .

- name: Upload code coverage
uses: codecov/codecov-action@v3
3 changes: 0 additions & 3 deletions .github/workflows/test_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,5 @@ jobs:
- name: Run tests
run: python -m pytest --verbose --cov=hydromt_wflow --cov-report xml

- name: Check style
run: black --check .

- name: Upload code coverage
uses: codecov/codecov-action@v3

0 comments on commit 84abe31

Please sign in to comment.