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

github actions: rust.yml conflicts with integration.yaml in concurrency #2999

Closed
5 tasks
Tracked by #3005
ImJeremyHe opened this issue Jan 9, 2023 · 0 comments · Fixed by #3000
Closed
5 tasks
Tracked by #3005

github actions: rust.yml conflicts with integration.yaml in concurrency #2999

ImJeremyHe opened this issue Jan 9, 2023 · 0 comments · Fixed by #3000
Assignees
Labels
A: bug Admin: something isn't working O: tests Objective: Test more aspect of the relayer
Milestone

Comments

@ImJeremyHe
Copy link

Summary of Bug

rust.yml and integration.yaml share the same name(Rust) and they are in the same concurrency group (${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}). This makes these 2 actions can not run at the same time.

Version

main:101de43f24983728b1d7cb5d35b05d0486115b88

Steps to Reproduce

Acceptance Criteria


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@adizere adizere added this to the v1.3 milestone Jan 11, 2023
@adizere adizere added this to Hermes Jan 11, 2023
@github-project-automation github-project-automation bot moved this to 🩹 Triage in Hermes Jan 11, 2023
@adizere adizere moved this from 🩹 Triage to ✅ Done in Hermes Jan 11, 2023
@adizere adizere added A: bug Admin: something isn't working O: tests Objective: Test more aspect of the relayer labels Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: bug Admin: something isn't working O: tests Objective: Test more aspect of the relayer
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants