Skip to content

Commit

Permalink
Merge pull request #140 from minijackson/workflow-improvements
Browse files Browse the repository at this point in the history
GitHub workflow improvements
  • Loading branch information
stephane-cea authored Sep 2, 2024
2 parents d3e69f3 + fab73a6 commit e965ecd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
non-breaking-changes:
update-types: [minor, patch]
1 change: 1 addition & 0 deletions .github/workflows/book-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ concurrency:

jobs:
deploy:
if: "github.repository_owner == 'epics-extensions'"
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ permissions:

jobs:
lockfile:
if: "github.repository_owner == 'epics-extensions'"
strategy:
matrix:
branch:
- master
- nixos-24.05
- nixos-23.11
- nixos-23.05
permissions:
Expand Down

0 comments on commit e965ecd

Please sign in to comment.