Skip to content

Commit cebad13

Browse files
committed
fix: remove NETWORK_NAME environment variable from job level in CI workflow
1 parent 124a15b commit cebad13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ concurrency:
1717
jobs:
1818
build-and-test:
1919
runs-on: ubuntu-latest
20-
env:
21-
NETWORK_NAME: "bellecour"
2220

2321
steps:
2422
- name: Checkout

0 commit comments

Comments
 (0)