Skip to content

Commit

Permalink
DX: automatically update requirements workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Mar 13, 2024
1 parent c165d32 commit c7f7fb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ name: Requirements

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: |-
${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) }}
on:
pull_request:
branches:
- main
- epic/*
paths:
- .constraints/py3.*.txt
- .pre-commit-config.yaml
- setup.cfg
schedule:
- cron: "0 3 7 */3 *"
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ repos:
- --keep-issue-templates
- --no-notebooks
- --no-prettierrc
- --pin-requirements=quarterly
- --repo-name=bossdoc
- --repo-title=BOSS Documentation

Expand Down

0 comments on commit c7f7fb5

Please sign in to comment.