Skip to content

Commit 145173c

Browse files
committed
Merge branch 'master' into test
2 parents 1207841 + 716ca4e commit 145173c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
build-tests:
21-
name: Build ${{ inputs.type }} tests for ${{ inputs.chip }}
21+
#name: Build ${{ inputs.type }} tests for ${{ inputs.chip }}
2222
runs-on: ubuntu-latest
2323
env:
2424
id: ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit Tests
1+
name: Pytest
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)