Skip to content

ci: handle retriggering ci and human authors in update-flake #14052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/ci.yaml
Co-authored-by: Dean Sheather <dean@deansheather.com>
  • Loading branch information
matifali and deansheather authored Jul 31, 2024
commit 233a42ece8d694108d33b315d7a94dc3e957a9b9
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Update Nix Flake SRI Hash
run: ./scripts/update-flake.sh

# auto update flake for dependabot
# auto update flake for dependabot
- uses: stefanzweifel/git-auto-commit-action@v5
if: github.actor == 'dependabot[bot]'
with:
Expand Down
Loading