Skip to content

Commit

Permalink
How about to generate the skip-list with matrix? e.g jq
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 7, 2024
1 parent 47f3f1a commit 0cf3adf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/GH-761-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Set matrix to ENV for following step
run: |
echo 'MATRIX=${{ toJson(matrix) }}' > "$GITHUB_ENV"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- uses: ./
id: wait
continue-on-error: true
Expand Down

0 comments on commit 0cf3adf

Please sign in to comment.