Skip to content

Commit

Permalink
try with run name
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 5, 2024
1 parent 87b3fd2 commit 8c4de67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/instrumentations_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ jobs:
run: echo $GITHUB_OUTPUT

usematrixjob:
run-name: sdfsdfsd
needs: generatematrixjob
# runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
package-python-version: ${{ fromJson(needs.generatematrixjob.outputs.generatematrixoutput) }}
# runs-on: ${{ matrix.value.os }}

steps:
- name: echo stuff
Expand Down

0 comments on commit 8c4de67

Please sign in to comment.