-
Notifications
You must be signed in to change notification settings - Fork 37
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
CI: cancel ongoing jobs on PR update #1091
Merged
SpacemanPaul
merged 2 commits into
opendatacube:master
from
pjonsson:ci-cancel-ongoing-jobs
Nov 20, 2024
Merged
CI: cancel ongoing jobs on PR update #1091
SpacemanPaul
merged 2 commits into
opendatacube:master
from
pjonsson:ci-cancel-ongoing-jobs
Nov 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pjonsson
force-pushed
the
ci-cancel-ongoing-jobs
branch
from
November 18, 2024 11:44
5aba38f
to
05ceb18
Compare
This cancels the running CI jobs when a PR gets updated, so the CI runners aren't occupied on testing something that is no longer relevant.
pjonsson
force-pushed
the
ci-cancel-ongoing-jobs
branch
from
November 18, 2024 11:48
05ceb18
to
5c7ff23
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1091 +/- ##
=======================================
Coverage 93.64% 93.64%
=======================================
Files 43 43
Lines 6510 6510
=======================================
Hits 6096 6096
Misses 414 414
|
SpacemanPaul
approved these changes
Nov 20, 2024
SpacemanPaul
pushed a commit
that referenced
this pull request
Dec 20, 2024
* Fix spelling * CI: cancel ongoing jobs on PR update This cancels the running CI jobs when a PR gets updated, so the CI runners aren't occupied on testing something that is no longer relevant. (cherry picked from commit cc4e4f6)
Merged
SpacemanPaul
added a commit
that referenced
this pull request
Dec 23, 2024
* CI: cancel ongoing jobs on PR update (#1091) * Fix spelling * CI: cancel ongoing jobs on PR update This cancels the running CI jobs when a PR gets updated, so the CI runners aren't occupied on testing something that is no longer relevant. (cherry picked from commit cc4e4f6) * [pre-commit.ci] pre-commit autoupdate (#1093) updates: - [github.com/PyCQA/pylint: v3.3.1 → v3.3.2](pylint-dev/pylint@v3.3.1...v3.3.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit 60d6c65) * Bump mambaorg/micromamba from 2.0.3 to 2.0.5 (#1095) Bumps mambaorg/micromamba from 2.0.3 to 2.0.5. --- updated-dependencies: - dependency-name: mambaorg/micromamba dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 2d79073) * Update default version nuber. * Update HISTORY.rst * Update GHA workflows * MyPy fixes (numpy>=2.2) * Fix a bungled mypy tweak * Fix typo * Fix mypy properly? * Fix typo - again? --------- Co-authored-by: Peter A. Jonsson <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This cancels the running CI jobs
when a PR gets updated, so the CI
runners aren't occupied on testing
something that is no longer relevant.
📚 Documentation preview 📚: https://datacube-ows--1091.org.readthedocs.build/en/1091/