Skip to content

Commit

Permalink
Merge pull request #837 from mwcraig/workflow-maintainance
Browse files Browse the repository at this point in the history
Workflow maintainance
  • Loading branch information
mwcraig authored Sep 22, 2024
2 parents 29c454d + 15b5867 commit 0882d5e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
5 changes: 5 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: CI

on:
workflow_dispatch:
push:
pull_request:
schedule:
# run every Monday at 6am UTC
- cron: '0 6 * * 1'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
SETUP_XVFB: True # avoid issues if mpl tries to open a GUI window
TOXARGS: '-v'
Expand Down

0 comments on commit 0882d5e

Please sign in to comment.