fix github action yaml

This commit is contained in:
Jörg Thalheim 2021-06-10 08:10:56 +02:00
parent 5c2346f4b6
commit 2e80053d2b
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -5,12 +5,12 @@ on:
schedule:
- cron: '51 2 * * 0'
jobs:
strategy:
matrix:
tag:
- nixos-21.05
- nixos-unstable
images:
strategy:
matrix:
tag:
- nixos-21.05
- nixos-unstable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2