diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 16d351ac..4ecf8e8a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -31,9 +31,7 @@ jobs: fail-fast: false # matrix: ${{ fromJson(needs.setup.outputs.matrix) }} matrix: - cluster_id: [] - include: - - cluster_id: 1 + cluster_id: [1] steps: - uses: actions/checkout@v2 - uses: actions/download-artifact@v2