Skip to content

Commit eab5d6d

Browse files
committed
Update workflow name.
1 parent be02ed1 commit eab5d6d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/dotnet.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: CI
22

33
on: [push, pull_request]
44

@@ -15,9 +15,7 @@ jobs:
1515
matrix:
1616
os: [ 'ubuntu-latest', 'windows-latest' ]
1717
env:
18-
DOTNET_NOLOGO: true
1918
DOTNET_CLI_TELEMETRY_OPTOUT: true
20-
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2119
steps:
2220
- uses: actions/checkout@v4
2321
- name: Setup .NET

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Aeron.NET
2-
[![GitHub Actions](https://github.com/AdaptiveConsulting/Aeron.NET/workflows/build/badge.svg)](https://github.com/AdaptiveConsulting/Aeron.NET/actions?query=workflow%3Abuild)
2+
[![GitHub Actions](https://github.com/AdaptiveConsulting/Aeron.NET/workflows/ci.yml/badge.svg?branch=master)](https://github.com/AdaptiveConsulting/Aeron.NET/actions)
33
[![NuGet](https://img.shields.io/nuget/v/Aeron.Client.svg)](https://www.nuget.org/packages/Aeron.Client/)
44

55
A .NET port of the [Aeron Client](https://github.com/real-logic/Aeron).

0 commit comments

Comments
 (0)