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

run docker ci only for pushes to default branch #755

Merged
merged 3 commits into from
May 22, 2022

Conversation

nicoelzer
Copy link
Contributor

Description

Modified Build Docker CI to only run when pushing to default branches. No longer running for PRs.

Closes: #717

@adlerjohn adlerjohn merged commit d864d19 into celestiaorg:v0.34.x-celestia May 22, 2022
@adlerjohn adlerjohn added the C:CI Continuous integration and automation related issues label May 22, 2022
cmwaters pushed a commit that referenced this pull request Sep 20, 2023
* Fix `TestStateOversizedBlock` (#755)

* Fix TestStateOversizedBlock

* Moved `findBlockSizeLimit` together with other aux functions

(cherry picked from commit c58597d)

# Conflicts:
#	consensus/state_test.go

* Revert "Fix `TestStateOversizedBlock` (#755)"

This reverts commit e7d2a127a26d4d833bae3aef0917bb6bca2cda5b.

* Fix `TestStateOversizedBlock` (#755)

* Fix TestStateOversizedBlock

* Moved `findBlockSizeLimit` together with other aux functions

---------

Co-authored-by: Sergio Mena <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:CI Continuous integration and automation related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make build docker CI only run on pushes to default branch
3 participants