mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
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:
parent
91e2e6fa03
commit
5121c309b3
1 changed files with 0 additions and 1 deletions
1
.github/workflows/update-other.yml
vendored
1
.github/workflows/update-other.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue