Обновить .forgejo/workflows/build.yml
Some checks failed
Build dotnet project / Dotnet ${{ matrix.dotnet }} matrix test (8.x) (push) Failing after 42s
Some checks failed
Build dotnet project / Dotnet ${{ matrix.dotnet }} matrix test (8.x) (push) Failing after 42s
This commit is contained in:
parent
287c1402e7
commit
e8f3fd542e
|
@ -3,7 +3,6 @@ run-name: ${{ github.actor }} is building!
|
|||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet: [ '8.x' ]
|
||||
|
|
Loading…
Reference in a new issue