Skip to content

Commit

Permalink
ci: fix guard for pkg check (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Oct 10, 2023
1 parent 68ebf4b commit d704a60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ jobs:
- name: failing...
if: needs.pkg-check.result == 'failure'
run: exit 1
- name: cancelled or skipped...
if: contains(fromJSON('["cancelled", "skipped"]'), needs.pkg-check.result)
timeout-minutes: 1
run: sleep 90
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CI: optional freeze version of schema check ([148](https://github.com/Lightning-AI/utilities/pull/148))


- CI: fixed guard for `pkg-check` workflow on canceled ([180](https://github.com/Lightning-AI/utilities/pull/180))


## [0.9.0] - 2023-06-29

### Added
Expand Down

0 comments on commit d704a60

Please sign in to comment.