Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add -f option to push to overwrite in case of simultaneous pus… #86

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tturbs
Copy link

@tturbs tturbs commented Oct 24, 2024

build: add -f option to push to overwrite in case of simultaneous push and pull request build triggers

  • Issue: When both push and pull request trigger builds simultaneously, notes may be pushed twice
  • Solution: Add the -f option to the second push to ensure it overwrites the previous one

…h and pull request build triggers

- Issue: When both push and pull request trigger builds simultaneously, notes may be pushed twice
- Solution: Add the -f option to the second push to ensure it overwrites the previous one
index.js Outdated Show resolved Hide resolved
@tturbs
Copy link
Author

tturbs commented Oct 30, 2024

Even if #75 is accepted, multiple git notes may still be generated for the same commit, so I believe this PR is also necessary.

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