[PR #582] [MERGED] Build APK on Workflow Change #1463

Closed
opened 2026-04-24 23:58:39 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/582
Author: @lkiesow
Created: 2/14/2023
Status: Merged
Merged: 2/14/2023
Merged by: @advplyr

Base: masterHead: build-on-workflow-change


📝 Commits (1)

  • 1e7c298 Build APK on Workflow Change

📊 Changes

2 files changed (+0 additions, -3 deletions)

View changed files

📝 .github/workflows/build-apk.yml (+0 -2)
📝 .github/workflows/deploy-apk.yml (+0 -1)

📄 Description

This patch removes a few restriction about when the Android build workflows run. In particular, we want to run workflows…

  • If the workflows themselves change because that could mean that the output changes.
  • If the deployment page template changes because that would mean that the published page needs to be updated.

We could still exclude a few specific files if we wanted to, but they should rarely change and it's probably not worth the effort of keeping those lists updated.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/582 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 2/14/2023 **Status:** ✅ Merged **Merged:** 2/14/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `build-on-workflow-change` --- ### 📝 Commits (1) - [`1e7c298`](https://github.com/advplyr/audiobookshelf-app/commit/1e7c298aa29c8face33a777b95d0faf76b62f2e9) Build APK on Workflow Change ### 📊 Changes **2 files changed** (+0 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-apk.yml` (+0 -2) 📝 `.github/workflows/deploy-apk.yml` (+0 -1) </details> ### 📄 Description This patch removes a few restriction about when the Android build workflows run. In particular, we want to run workflows… - If the workflows themselves change because that could mean that the output changes. - If the deployment page template changes because that would mean that the published page needs to be updated. We could still exclude a few specific files if we wanted to, but they should rarely change and it's probably not worth the effort of keeping those lists updated. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:39 +02:00
adam closed this issue 2026-04-24 23:58:39 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1463