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

Bug: Fix GitHub Action race condition when opening PRs #160

Open
yvesgurcan opened this issue Feb 12, 2020 · 0 comments
Open

Bug: Fix GitHub Action race condition when opening PRs #160

yvesgurcan opened this issue Feb 12, 2020 · 0 comments
Labels
🐛 bug Something isn't working 🏗️ CI/CD Relates to builds, deployments, or publications

Comments

@yvesgurcan
Copy link
Owner

Environment

  • Version of web-midi-player: 1.2.3
  • Browser: N/A

Bug

Describe the issue as specifically as possible.

When a user opens a PR, more than often some sort of race condition occurs where the GitHub Action triggers successfully but then triggers again and stay stuck.

Expected behavior

What did you expect to happen?

The GitHub Action should resolve successfully instead of being stuck. The Action makes a commit to the branch, which is the source of the problem. We need a way to commit new code to the PR without getting stuck.

@yvesgurcan yvesgurcan added 🐛 bug Something isn't working 🏗️ CI/CD Relates to builds, deployments, or publications labels Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🏗️ CI/CD Relates to builds, deployments, or publications
Projects
None yet
Development

No branches or pull requests

1 participant