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

workflows: fix cockroach-microbench-ci step failing #1

Closed
wants to merge 1 commit into from

Conversation

sambhav-jain-16
Copy link
Owner

There were errors during the push step of staging and master github actions branch. Since both are push step, the jobs are trying to upload the results in both cases which is duplicated data. Also GITHUB_HEAD_REF doesn't work in cases of push step.

Fixes in this change:

  1. Add staging branch into the skip comparison part.
  2. Use GITHUB_REF rather than GITHUB_HEAD_REF.

Epic: none

Release note: None

There were errors during the push step of staging and master github
actions branch. Since both are push step, the jobs are trying to upload
the results in both cases which is duplicated data. Also
`GITHUB_HEAD_REF` doesn't work in cases of push step.

Fixes in this change:
1. Add `staging` branch into the skip comparison part.
2. Use `GITHUB_REF` rather than `GITHUB_HEAD_REF`.

Epic: none

Release note: None
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.

1 participant