Skip to content

Commit

Permalink
fix: job description and matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Sep 25, 2023
1 parent 38b4421 commit d47d5dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -176,20 +176,20 @@ jobs:
purge-created-max-age: 0

compare-run-times:
name: Compare run times of jobs with and without caching
name: Job with caching
needs: merge-similar-caches
permissions:
actions: write
strategy:
matrix:
do-cache:
- true
- false
os:
- macos-11
- macos-12
- ubuntu-20.04
- ubuntu-22.04
do-cache:
- true
- false
runs-on: ${{ matrix.os }}
if: always()
steps:

0 comments on commit d47d5dc

Please sign in to comment.