Merge pull request #3652 from khaneliman/flake

This commit is contained in:
Alexis Rouillard
2024-09-29 09:06:40 +02:00
committed by GitHub

View File

@ -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