Skip to content

Commit

Permalink
Run CI only on push
Browse files Browse the repository at this point in the history
  • Loading branch information
elisabettai committed May 6, 2024
1 parent 1def905 commit 54a4bb3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = False
message = service version: {current_version} → {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and check image

on: [push, pull_request]
on: push

jobs:
verify-image-build:
Expand Down
2 changes: 1 addition & 1 deletion .osparc/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: JupyterLab R
key: simcore/services/dynamic/jupyterlab-r
type: dynamic
integration-version: 2.0.0
version: 1.0.0
version: 1.0.1
description: JupyterLab coding environment for creating interactive Jupyter Notebooks with R (or Python)
contact: [email protected]
thumbnail: https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/R_logo.svg/1280px-R_logo.svg.png
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export VCS_STATUS := $(if $(shell git status -s 2> /dev/null || echo unversioned
export BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")

export DOCKER_IMAGE_NAME ?= jupyterlab-r
export DOCKER_IMAGE_TAG ?= 1.0.0
export DOCKER_IMAGE_TAG ?= 1.0.1

OSPARC_DIR:=$(CURDIR)/.osparc

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-local.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
jupyterlab-r:
image: simcore/services/dynamic/jupyterlab-r:1.0.0
image: simcore/services/dynamic/jupyterlab-r:1.0.1
ports:
- "8888:8888"
environment:
Expand Down

0 comments on commit 54a4bb3

Please sign in to comment.