Skip to content

Commit

Permalink
Merge pull request #7 from Gepetto/ci
Browse files Browse the repository at this point in the history
ci: details
  • Loading branch information
nim65s authored Dec 22, 2024
2 parents 6c9bd49 + ad25658 commit 71e7a37
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "Build dev shell"
on:
push:
branches:
- main
- main
pull_request:
branches:
- main
- main

jobs:
ci:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: update-flake-lock

on:
workflow_dispatch: # allows manual triggering
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
- cron: '0 0 * * 0'

jobs:
lockfile:
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pull_request_rules:
- check-success = "ci"
- check-success = "pre-commit.ci - pr"
- or:
- author = pre-commit-ci[bot]
- author = dependabot[bot]
- author = github-actions[bot]
- author = pre-commit-ci[bot]
actions:
merge:
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71e7a37

Please sign in to comment.