Skip to content

Limit builds in cicd - #1654

Open
Naramsim wants to merge 4 commits into
masterfrom
paths
Open

Limit builds in cicd#1654
Naramsim wants to merge 4 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 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

- Makefile
- .github/workflows/release.yml
branches:
- master

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.

Why did this workflow run ? It wasn't supposed to run. I didn't push the master branch. Don't merge yet

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.

Wait it's the docker publish action that ran. Not the release...

@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

name: Publish

on:
pull_request:

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.

We don't need to run this workflow on PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants