Skip to content

Commit

Permalink
Remove runs-on for workflow callers
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 27, 2024
1 parent 7bc954a commit c089fc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unit-test-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
echo "matrix=${matrix}" >> $GITHUB_OUTPUT
test:
runs-on: ubuntu-latest
name: "${{ matrix.appraisal }} (${{ matrix.engine.name }}:${{ matrix.engine.version }} ${{ matrix.spec }})"
needs: matrix
strategy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unit-test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
echo "matrix=${matrix}" >> $GITHUB_OUTPUT
test:
runs-on: ubuntu-latest
name: "${{ matrix.engine.name }}:${{ matrix.engine.version }} (${{ matrix.spec }})"
needs: matrix
strategy:
Expand Down

0 comments on commit c089fc5

Please sign in to comment.