Skip to content

Commit

Permalink
ci/update-other: remove redundant condition
Browse files Browse the repository at this point in the history
This workflow is only ever run on-schedule. There's no reason to check
the event name in an if-condition.
  • Loading branch information
MattSturgeon committed Jan 25, 2025
1 parent 91e2e6f commit 5121c30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5121c30

Please sign in to comment.