Skip to content

Commit e7b2595

Browse files
authored
Merge pull request #9131 from liranmauda/liran-bump-version-5.14
[5.14] Bumping version from 5.14.19 to 5.14.20
2 parents aae245d + 46e9a86 commit e7b2595

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.github/workflows/nc_unit.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Non Containerized Unit Tests
2+
on: [push, pull_request]
3+
4+
jobs:
5+
run-nc-unit-tests:
6+
runs-on: ubuntu-latest
7+
timeout-minutes: 90
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
steps:
12+
13+
- name: Skip Tests (No-op)
14+
run: true

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noobaa-core",
3-
"version": "5.14.19",
3+
"version": "5.14.20",
44
"license": "SEE LICENSE IN LICENSE",
55
"description": "",
66
"homepage": "https://github.com/noobaa/noobaa-core",

0 commit comments

Comments
 (0)