Skip to content

Commit

Permalink
Update matrix-from-previous-job-output-2.yml (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Aug 30, 2023
1 parent 0107862 commit c82d839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/matrix-from-previous-job-output-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
env: ${{ fromJson(needs.setup.outputs.CHANGED_ENVS) }}
runs-on: ubuntu-latest
needs: [setup]
# if: ${{ matrix.env == 'dev' }} ❌ matrix value can be used only in steps
steps:
- run: |
echo "matrix: ${{ matrix.env }}"

0 comments on commit c82d839

Please sign in to comment.