ci/update-other: remove redundant condition

This workflow is only ever run on-schedule. There's no reason to check
the event name in an if-condition.
This commit is contained in:
Matt Sturgeon 2025-01-25 18:33:37 +00:00
parent 91e2e6fa03
commit 5121c309b3
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -14,7 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update nixos-24.11
if: github.event_name == 'schedule'
env:
GH_TOKEN: ${{ github.token }}
repo: ${{ github.repository }}