Skip to content

Commit

Permalink
remove matrix until it's ready
Browse files Browse the repository at this point in the history
  • Loading branch information
crerwin committed Nov 28, 2023
1 parent f7ac198 commit 1a30e1c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
year:
- 2015
- 2016
- 2017
- 2018
- 2019
- 2020
- 2021
- 2022
# strategy:
# matrix:
# year:
# - 2015
# - 2016
# - 2017
# - 2018
# - 2019
# - 2020
# - 2021
# - 2022

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1a30e1c

Please sign in to comment.