Skip to content

Commit

Permalink
Merge pull request #3652 from khaneliman/flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays authored Sep 29, 2024
2 parents a1adf68 + e53497b commit 281911c
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 281911c

Please sign in to comment.