Skip to content

Commit 637f797

Browse files
committed
Array makes more sense.
1 parent be36dd6 commit 637f797

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
is_index: true
1717

18-
setup_matrix:
18+
setup_array:
1919
runs-on: ubuntu-slim
2020
outputs:
2121
sites: ${{ steps.set_sites.outputs.sites }}
@@ -48,8 +48,8 @@ jobs:
4848
echo 'EOF'
4949
} >> "$GITHUB_OUTPUT"
5050
51-
start_matrix:
52-
needs: [setup_matrix, make_index]
51+
start_array:
52+
needs: [setup_array, make_index]
5353
runs-on: ubuntu-slim
5454
environment: deploy
5555
env:
@@ -68,8 +68,8 @@ jobs:
6868
name: run_id-${{ matrix.site }}
6969
path: run_id.txt
7070

71-
watch_matrix:
72-
needs: [setup_matrix, start_matrix]
71+
watch_array:
72+
needs: [setup_array, start_array]
7373
runs-on: ubuntu-slim
7474
environment: deploy_watch
7575
env:

0 commit comments

Comments
 (0)