Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

ci: remove the duplicate CI runs #569

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

rach-id
Copy link
Member

@rach-id rach-id commented Oct 27, 2023

Overview

Removes duplicate CI calls since the setup of go-releaser

Checklist

  • New and updated code has appropriate documentation
  • New and updated code has new and/or updated testing
  • Required CI checks are passing
  • Visual proof for any user facing features like CLI or documentation updates
  • Linked issues closed with keywords

@rach-id rach-id added the CI/CD label Oct 27, 2023
@rach-id rach-id self-assigned this Oct 27, 2023
@rach-id rach-id requested a review from evan-forbes as a code owner October 27, 2023 21:45
Comment on lines -6 to -9
pull_request:
push:
branches:
- main
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait why do we want to remove this? won't this get rid of running tests unless manually called?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps a better question is just where the tests are getting called now?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they're getting called as part of the ci-release workflow:

jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml

So no need to call them twice

@evan-forbes evan-forbes dismissed their stale review October 27, 2023 22:15

removing block

@rach-id rach-id merged commit cae6432 into celestiaorg:main Nov 2, 2023
18 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants