Skip to content

Commit

Permalink
fix build-and-test name
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored and M. Fatih Cırıt committed Jun 16, 2024
1 parent 9dfe13c commit bb039fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-and-test-daily
name: build-and-test

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
workflow_dispatch:

jobs:
build-and-test-daily:
build-and-test:
runs-on: [self-hosted, linux, X64]
container: ${{ matrix.container }}${{ matrix.container-suffix }}
strategy:
Expand Down

0 comments on commit bb039fb

Please sign in to comment.