todo, rename cicd to ci, rm more stale images
This commit is contained in:
@@ -8,12 +8,12 @@ on:
|
||||
- 'src/**'
|
||||
|
||||
jobs:
|
||||
cicd:
|
||||
name: cicd
|
||||
ci:
|
||||
name: ci
|
||||
runs-on: dind
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: cicd
|
||||
- name: ci
|
||||
run: |
|
||||
bash ./build/build.sh
|
||||
|
||||
Reference in New Issue
Block a user