Skip to content

Commit a4ab6e7

Browse files
committed
updated environment
1 parent f76af89 commit a4ab6e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-py.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ permissions:
2323

2424
jobs:
2525
build:
26+
environment:
27+
name: build-pipeline
2628
runs-on: ubuntu-latest
2729
defaults:
2830
run:
@@ -55,7 +57,7 @@ jobs:
5557

5658

5759

58-
test:
60+
test:
5961
needs: build
6062
runs-on: ubuntu-latest
6163
steps:

0 commit comments

Comments
 (0)