Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a495ae0

Browse files
committed
build: now GitHub lets us use environments without making a deployment
1 parent bd5797b commit a495ae0

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ jobs:
262262
runs-on: ubuntu-latest
263263
environment:
264264
name: "publish report"
265+
deployment: false
265266

266267
steps:
267268
- name: "Show environment"

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
environment:
6161
name: "testpypi"
62+
deployment: false
6263
needs:
6364
- find-run
6465

@@ -99,6 +100,7 @@ jobs:
99100
runs-on: ubuntu-latest
100101
environment:
101102
name: "pypi"
103+
deployment: false
102104
needs:
103105
- find-run
104106

0 commit comments

Comments
 (0)