Professionalise CI naming scheme
All checks were successful
Demo / docker-build (push) Successful in 27s
All checks were successful
Demo / docker-build (push) Successful in 27s
This commit is contained in:
parent
d67e2de161
commit
4e0362d4ac
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: Demo
|
||||||
run-name: ${{ github.actor }} is testing
|
run-name: ${{ github.actor }} is testing
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-CI:
|
docker-build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Grab misc. dependencies
|
- name: Grab misc. dependencies
|
Loading…
Add table
Reference in a new issue