Skip to content

Commit

Permalink
Remove double test in PR (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Jul 28, 2023
1 parent 370c5c9 commit d4d97d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Linting
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -120,8 +122,6 @@ jobs:
run: poetry run pre-commit run check-xml --all-files
- name: πŸš€ Check YAML files
run: poetry run pre-commit run check-yaml --all-files
- name: πŸš€ Check YAML files
run: poetry run pre-commit run check-yaml --all-files
- name: πŸš€ Detect Private Keys
run: poetry run pre-commit run detect-private-key --all-files
- name: πŸš€ Check End of Files
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Testing
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Typing
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit d4d97d8

Please sign in to comment.