Skip to content

Commit

Permalink
GHA maintenance (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jul 27, 2022
1 parent 0bed734 commit e0214bd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,10 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 3
labels:
- "skip-changelog"
11 changes: 11 additions & 0 deletions .github/workflows/tox.yml
Expand Up @@ -83,3 +83,14 @@ jobs:
pip install tox
- name: Test
run: "tox -e ${{ matrix.tox_env }}"

check: # This job does nothing and is only used for the branch protection
if: always()
needs:
- build
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit e0214bd

Please sign in to comment.