forked from flathub/org.zdoom.GZDoom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
30 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: "Build Artifacts for RetroDECK main manifest" | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
workflow_call: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
||
build-project: | ||
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main | ||
with: | ||
MANIFEST_FILENAME: "put.something.else.yaml" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: "Sync with Upstream and Create PR" | ||
|
||
on: | ||
workflow_call: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST) | ||
|
||
jobs: | ||
upstream-sync: | ||
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.flatpak-builder/ | ||
build-dir/ | ||
testing-repo/ | ||
artifacts-repo | ||
artifacts-build-dir | ||
tree.html |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.