Merge pull request #3652 from khaneliman/flake
This commit is contained in:
2
.github/workflows/nix-update-flake-lock.yml
vendored
2
.github/workflows/nix-update-flake-lock.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user