Skip to content

action: skip trying to comment binary size change results if it is not a PR - #9031

Closed
Jorropo wants to merge 0 commit into
meshtastic:developfrom
Jorropo:develop
Closed

action: skip trying to comment binary size change results if it is not a PR#9031
Jorropo wants to merge 0 commit into
meshtastic:developfrom
Jorropo:develop

Conversation

@Jorropo

@Jorropo Jorropo commented Dec 21, 2025

Copy link
Copy Markdown
Member

No description provided.

@vidplace7 vidplace7 added the github_actions Pull requests that update GitHub Actions code label Dec 21, 2025
@vidplace7 vidplace7 self-assigned this Dec 21, 2025
github-token: ${{ secrets.GITHUB_TOKEN }}

shame:
if: github.repository == 'meshtastic/firmware'

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.

Suggested change
if: github.repository == 'meshtastic/firmware' && github.event_name == 'pull_request_target'

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.

You should just be able to add this here

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.

Also we use pull_request_target not pull_request 👍

@Jorropo Jorropo Dec 21, 2025

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 need Upload combined manifests for later commit and global stats crunching. to run on master & develop.
I am thinking maybe there should be two steps.

But given both needs to download all the manifests to merge them I thought it made sense to have it together as one.

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.

I changed pull_request_target, opened #9033 since I forgot to make a branch sorry

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

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants