Skip to content

Commit

Permalink
debug it 3
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg committed Apr 17, 2024
1 parent bd640f0 commit 896b51d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
matrix="${{ vars.KUBERNETES_PR_TEST_MATRIX }}"
if [ "${GH_HEAD_REF}" == "main" ];then
matrix="${{ env.KUBERNETES_NIGHTLY_TEST_MATRIX }}"
matrix="${{ vars.KUBERNETES_NIGHTLY_TEST_MATRIX }}"
fi
echo "matrix=${matrix}" >> "${GITHUB_OUTPUT}"
cat "${GITHUB_OUTPUT}"
Expand Down Expand Up @@ -140,8 +140,8 @@ jobs:
steps:
- name: dump
run: echo "matrix=${{needs.compute.outputs.test_matrix}}"
sumulate-matrix:
name: Sumulate Matrix
sumulate:
name: Simulate Matrix
needs: [compute]
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 896b51d

Please sign in to comment.