Skip to content

Limit builds in cicd - #1654

Open
Naramsim wants to merge 6 commits into
masterfrom
paths
Open

Limit builds in cicd#1654
Naramsim wants to merge 6 commits into
masterfrom
paths

Conversation

@Naramsim

@Naramsim Naramsim commented Aug 28, 2026

Copy link
Copy Markdown
Member

Change description

Run CI only when some files change

AI coding assistance disclosure

nothing

Contributor check list

  • I have written a description of the contribution and explained its motivation.
  • I have written tests for my code changes (if applicable).
  • I have read and understood the AI Assisted Contribution guidelines.
  • I will own this change in production, and I am prepared to fix any bugs caused by my code change.

phalt
phalt previously approved these changes Aug 28, 2026

@phalt phalt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

Comment thread .github/workflows/release.yml

@Naramsim Naramsim left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A

Comment thread .github/workflows/docker-build-and-push.yml Outdated
@@ -38,7 +41,7 @@ jobs:
nohup make serve &

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to make serve here we can just all it a day at make build-db right the django server is not being used

- "**.toml"
- "**.lock"
- "data/**"
- "Resources/nginx/**"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing the resources docker app dockerfile

- "Makefile"
- "uv.lock"
- ".github/workflows/code-quality.yml"
- "**.lock"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing the uv setup action, database.yml and release.yml is missing it too btw


on:
push:
paths:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a note if we do ever create a release tag which dosent modify these files the image wont release

push:
paths:
- "**.py"
- "data/**"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

toml and lock files here needed if a dep is bumped ever

resources docker for the docker image

and the uv setup action

ps: same issue as with release tag for docker build and publish

注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

3 participants