Browse Source

Github Actions: update workflow naming

sbg
TSC21 5 years ago committed by Nuno Marques
parent
commit
a71df40a8e
  1. 2
      .github/workflows/bloaty.yml
  2. 2
      .github/workflows/compile_linux.yml
  3. 2
      .github/workflows/compile_nuttx.yml
  4. 2
      .github/workflows/python_checks.yml

2
.github/workflows/bloaty.yml

@ -1,4 +1,4 @@
name: bloaty name: Bloaty Builds
on: on:
push: push:

2
.github/workflows/compile_linux.yml

@ -1,4 +1,4 @@
name: linux name: Linux Targets
on: on:
push: push:

2
.github/workflows/compile_nuttx.yml

@ -1,4 +1,4 @@
name: nuttx name: Nuttx Targets
on: on:
push: push:

2
.github/workflows/python_checks.yml

@ -1,4 +1,4 @@
name: Python CI checks name: Python CI Checks
on: on:
push: push:

Loading…
Cancel
Save