From 5121c309b37ab2c8d884d18711d53fc7bda8ff77 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sat, 25 Jan 2025 18:33:37 +0000 Subject: [PATCH] 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. --- .github/workflows/update-other.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-other.yml b/.github/workflows/update-other.yml index baeef06b76..72acbe0afc 100644 --- a/.github/workflows/update-other.yml +++ b/.github/workflows/update-other.yml @@ -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 }}