Skip to content

Commit

Permalink
.github/workflows: allow forks to manually run flake lock update
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Sep 28, 2024
1 parent a1adf68 commit e53497b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
lockfile:
runs-on: ubuntu-latest
if: github.repository == 'Alexays/Waybar'
if: github.event_name != 'schedule' || github.repository == 'Alexays/Waybar'
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e53497b

Please sign in to comment.