summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-09 12:45:27 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-09 12:45:27 +1000
commitfcdffc8bc583ba28c2d06d3c9c95d6e94130ce02 (patch)
tree5278c4cb766752884ebe8f258f8091d290cc6ce7 /.github/workflows
parentconfig: make appearance configurable (diff)
downloadcaelestia-shell-fcdffc8bc583ba28c2d06d3c9c95d6e94130ce02.tar.gz
caelestia-shell-fcdffc8bc583ba28c2d06d3c9c95d6e94130ce02.tar.bz2
caelestia-shell-fcdffc8bc583ba28c2d06d3c9c95d6e94130ce02.zip
ci: only check flake.lock
Also remove run.fish
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-flake-inputs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-flake-inputs.yml b/.github/workflows/update-flake-inputs.yml
index e5d0d42..0bb4bb3 100644
--- a/.github/workflows/update-flake-inputs.yml
+++ b/.github/workflows/update-flake-inputs.yml
@@ -74,7 +74,7 @@ jobs:
- name: Check for changes
id: check
- run: echo modified=$(test -n "$(git status --porcelain)" && echo 'true' || echo 'false') >> $GITHUB_OUTPUT
+ run: echo modified=$(git diff --exit-code flake.lock && echo 'false' || echo 'true') >> $GITHUB_OUTPUT
- name: Commit and push changes
if: steps.check.outputs.modified == 'true'