Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit 5f3e8bd

Browse files
committed
Run
1 parent df95c1d commit 5f3e8bd

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/u24_workflow_before_release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: u24_workflow_before_release
1+
name: u24_workflow_before_release_0.0.1
22
on:
33
pull_request:
44
push:
@@ -16,4 +16,3 @@ jobs:
1616
jhub_ver: 1.4.2
1717
py_ver: 3.9
1818
dist: debian
19-
codebook_base_hash: 561b765

.github/workflows/u24_workflow_release_call.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: u24_workflow_release_call
1+
name: u24_workflow_release_call_0.0.1
22
on:
33
workflow_run:
4-
workflows: ["u24_workflow_tag_to_release"]
4+
workflows: ["u24_workflow_tag_to_release_0.0.1"]
55
types:
66
- completed
77
jobs:
@@ -15,7 +15,6 @@ jobs:
1515
jhub_ver: 1.4.2
1616
py_ver: 3.9
1717
dist: debian
18-
codebook_base_hash: 561b765
1918
secrets:
2019
REGISTRY_USERNAME: ${{secrets.DOCKER_USERNAME}}
2120
REGISTRY_PASSWORD: ${{secrets.DOCKER_PASSWORD}}

.github/workflows/u24_workflow_tag_to_release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: u24_workflow_tag_to_release
1+
name: u24_workflow_tag_to_release_0.0.1
22
on:
33
push:
44
tags:
@@ -13,4 +13,3 @@ jobs:
1313
jhub_ver: 1.4.2
1414
py_ver: 3.9
1515
dist: debian
16-
codebook_base_hash: 561b765

0 commit comments

Comments
 (0)