Skip to content

Commit

Permalink
Migrated to the new worklow
Browse files Browse the repository at this point in the history
  • Loading branch information
XargonWan committed Nov 5, 2024
1 parent 88dcdfe commit 1794697
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 143 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-artifacts.yml
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"
103 changes: 0 additions & 103 deletions .github/workflows/build_artifacts.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/pr-from-upstream.yml
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
6 changes: 3 additions & 3 deletions .gitignore
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
31 changes: 0 additions & 31 deletions automation_tools/install_dependencies.sh

This file was deleted.

6 changes: 0 additions & 6 deletions update_from_upstream.sh

This file was deleted.

0 comments on commit 1794697

Please sign in to comment.