Allow merging unrelated histories
Some checks failed
Workflows / Update from AUR (push) Failing after 7s
Workflows / Wake Runner (push) Has been skipped
Workflows / Check if rebuild is necessary (push) Has been skipped
Workflows / Build and Push (push) Has been skipped

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 11:58:55 +02:00
parent a383314040
commit 4c3f415759

View File

@ -1,3 +1,4 @@
name: Workflows
on: on:
push: push:
branches: branches:
@ -23,7 +24,7 @@ jobs:
run: git fetch aur run: git fetch aur
- name: Merge latest changes - name: Merge latest changes
run: git merge aur/master run: git merge aur/master --allow-unrelated-histories
- name: Push changes (if any) - name: Push changes (if any)
run: git push origin master run: git push origin master