Skip to content

Commit

Permalink
TEMPORARY
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Nov 15, 2023
1 parent 818d12a commit c42dbda
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ name: devicemapper weekly

# yamllint disable-line rule:truthy
on:
push:
branches:
- master
paths-ignore:
- 'CHANGES.txt'
- '**/README.md'
pull_request:
branches:
- master
paths-ignore:
- 'CHANGES.txt'
- '**/README.md'

schedule:
- cron: 20 3 * * 2
workflow_dispatch:
Expand Down

0 comments on commit c42dbda

Please sign in to comment.