.github/workflows: allow forks to manually run flake lock update

This commit is contained in:
Austin Horstman
2024-09-28 13:21:55 -05:00
parent a1adf6847f
commit e53497bab6

View File

@ -9,7 +9,7 @@ on:
jobs: jobs:
lockfile: lockfile:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository == 'Alexays/Waybar' if: github.event_name != 'schedule' || github.repository == 'Alexays/Waybar'
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4