1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

ci: fix workflow names

This commit is contained in:
Ash Keel 2023-05-21 21:18:05 +02:00
parent d7e3f8ebb0
commit 823d9b14d1
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ env:
GOPRIVATE: git.sr.ht GOPRIVATE: git.sr.ht
jobs: jobs:
build: release:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -1,4 +1,4 @@
name: Build name: Test
on: on:
push: push:
@ -9,7 +9,7 @@ env:
GOPRIVATE: git.sr.ht GOPRIVATE: git.sr.ht
jobs: jobs:
build: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2