Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning authored Oct 10, 2024
1 parent bed51ed commit 12f1389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dynamic-matrix-subvalues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
env:
MATRIX_CONTEXT: ${{ toJson(matrix) }}
run: echo "$MATRIX_CONTEXT"
- if: ${{ matrix.repositories.name == 'repo2' }}
run: sleep 10s && exit 1
- name: create failures sometimes
run: |
milliseconds=$(date +%s%N | cut -b1-13)
Expand Down Expand Up @@ -161,8 +163,6 @@ jobs:
env:
MATRIX_CONTEXT: ${{ toJson(matrix) }}
run: echo "$MATRIX_CONTEXT"
- if: ${{ matrix.repositories.name == 'repo2' }}
run: sleep 10s && exit 1
- name: create failures sometimes
run: |
milliseconds=$(date +%s%N | cut -b1-13)
Expand Down

0 comments on commit 12f1389

Please sign in to comment.