Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
need matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Aug 12, 2024
1 parent 3956ecc commit 2b08834
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ on:

jobs:
free-disk-space:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Free Disk Space (Ubuntu)
Expand Down

0 comments on commit 2b08834

Please sign in to comment.