[PR #3595] [MERGED] Only run CodeQL and Integration actions if code changed #4028

Closed
opened 2026-04-25 00:18:02 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3595
Author: @nichwall
Created: 11/8/2024
Status: Merged
Merged: 11/11/2024
Merged by: @advplyr

Base: masterHead: workflow_trigger_updates


📝 Commits (1)

  • 1fa6753 Update: only run CodeQL and Integration actions if code changed

📊 Changes

2 files changed (+52 additions, -32 deletions)

View changed files

📝 .github/workflows/codeql.yml (+45 -32)
📝 .github/workflows/integration-test.yml (+7 -0)

📄 Description

This PR updates the triggers for the CodeQL and Integration Test actions to not include changes to the README or other unrelated files. For example, d7e810fc2f took 4 minutes to complete actions when there was only a Readme change. The CodeQL workflow will still run every week regardless of changes.

This is a very minor thing and probably not worrying about it but something I noticed when going through action logs.


🔄 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/pull/3595 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 11/8/2024 **Status:** ✅ Merged **Merged:** 11/11/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `workflow_trigger_updates` --- ### 📝 Commits (1) - [`1fa6753`](https://github.com/advplyr/audiobookshelf/commit/1fa67535f9c88466aab8da662f40c7f136fe5e49) Update: only run CodeQL and Integration actions if code changed ### 📊 Changes **2 files changed** (+52 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/codeql.yml` (+45 -32) 📝 `.github/workflows/integration-test.yml` (+7 -0) </details> ### 📄 Description This PR updates the triggers for the CodeQL and Integration Test actions to not include changes to the README or other unrelated files. For example, d7e810fc2f873e05eedb8ec41919656e21496412 took 4 minutes to complete actions when there was only a Readme change. The CodeQL workflow will still run every week regardless of changes. This is a very minor thing and probably not worrying about it but something I noticed when going through action logs. --- <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-25 00:18:02 +02:00
adam closed this issue 2026-04-25 00:18:02 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4028