Skip to content

Commit 69cd8ff

Browse files
committed
build(ci): Remove matrix strategy
1 parent 4b3953f commit 69cd8ff

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/update-params.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,15 @@ jobs:
1212
update_parameters:
1313
runs-on: ubuntu-latest
1414

15-
strategy:
16-
matrix:
17-
network:
18-
- mainnet
19-
- preprod
20-
- preview
21-
22-
concurrency:
23-
group: ${{ github.ref_name }}
24-
2515
steps:
2616
- name: Git checkout
2717
uses: actions/checkout@v4
2818

2919
- name: Update parameters
30-
run: ./fetch-params.sh "${{ matrix.network }}"
20+
run: |
21+
./fetch-params.sh mainnet
22+
./fetch-params.sh preprod
23+
./fetch-params.sh preview
3124
3225
- name: Commit updated files
3326
uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)