mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-07 12:47:32 -05:00
.github#test_dep_update: only run x86_64 checks
Follow-up to one of the previous commits. Hopefully fixes #142.
This commit is contained in:
2
.github/workflows/test_dep_update.sh
vendored
2
.github/workflows/test_dep_update.sh
vendored
@ -8,7 +8,7 @@ git checkout depupdate
|
||||
git reset --hard origin/master
|
||||
json="$(gh pr list --search "author:app/github-actions" --json headRefName,number)"
|
||||
echo "$json" | jq '.[] | .headRefName | @text' | xargs -L1 -- git pull origin
|
||||
if nix flake check; then
|
||||
if nix build .#checks.x86_64-linux.init-example-el; then
|
||||
echo "$json" | jq ".[] | .number | @text" | xargs -L1 -- gh pr merge --squash --delete-branch
|
||||
else
|
||||
gh issue create \
|
||||
|
Reference in New Issue
Block a user