mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1239] [MERGED] CI: Allow build outside the main branch #2009
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2009
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1239
Author: @nishinji
Created: 10/4/2024
Status: ✅ Merged
Merged: 10/5/2024
Merged by: @raphaelthegreat
Base:
main← Head:a📝 Commits (1)
a70ef90CI: Build outside the main branch📊 Changes
24 files changed (+25 additions, -29 deletions)
View changed files
📝
.github/workflows/build.yml(+2 -6)📝
src/qt_gui/translations/ar.ts(+1 -1)📝
src/qt_gui/translations/da_DK.ts(+1 -1)📝
src/qt_gui/translations/de.ts(+1 -1)📝
src/qt_gui/translations/el.ts(+1 -1)📝
src/qt_gui/translations/en.ts(+1 -1)📝
src/qt_gui/translations/es_ES.ts(+1 -1)📝
src/qt_gui/translations/fi.ts(+1 -1)📝
src/qt_gui/translations/fr.ts(+1 -1)📝
src/qt_gui/translations/hu_HU.ts(+1 -1)📝
src/qt_gui/translations/id.ts(+1 -1)📝
src/qt_gui/translations/it.ts(+1 -1)📝
src/qt_gui/translations/ko_KR.ts(+1 -1)📝
src/qt_gui/translations/lt_LT.ts(+1 -1)📝
src/qt_gui/translations/nb.ts(+1 -1)📝
src/qt_gui/translations/nl.ts(+1 -1)📝
src/qt_gui/translations/pl_PL.ts(+1 -1)📝
src/qt_gui/translations/pt_BR.ts(+1 -1)📝
src/qt_gui/translations/ro_RO.ts(+1 -1)📝
src/qt_gui/translations/ru_RU.ts(+1 -1)...and 4 more files
📄 Description
It is quite inconvenient to run ci only on the main branch.
we can't know if the actual ci will succeed before opening a PR.
This is not an appropriate fix for a CI being run twice when PR from original repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.