Skip to content

Commit 82619ef

Browse files
authored
Merge pull request #372 from dimensionalOS/ci_parallel_precommit
Ci pre-commit and docker builds run in parallel Former-commit-id: 1c9cad8 [formerly 72ac0c5] Former-commit-id: cb343c9
1 parent 796a68e commit 82619ef

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cleanup
1+
name: code-cleanup
22
on: push
33

44
permissions:
@@ -27,7 +27,3 @@ jobs:
2727
uses: stefanzweifel/git-auto-commit-action@v5
2828
with:
2929
commit_message: "CI code cleanup"
30-
31-
docker:
32-
needs: [pre-commit]
33-
uses: ./.github/workflows/docker.yml

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: docker
2-
on: workflow_call
2+
on: push
33

44
permissions:
55
contents: read
66
packages: write
77
pull-requests: read
88

9-
109
jobs:
1110
check-changes:
1211
runs-on: dimos-runner-ubuntu-2204

0 commit comments

Comments
 (0)