We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796a68e commit 82619efCopy full SHA for 82619ef
.github/workflows/cleanup.yml .github/workflows/code-cleanup.yml.github/workflows/cleanup.yml renamed to .github/workflows/code-cleanup.yml
@@ -1,4 +1,4 @@
1
-name: cleanup
+name: code-cleanup
2
on: push
3
4
permissions:
@@ -27,7 +27,3 @@ jobs:
27
uses: stefanzweifel/git-auto-commit-action@v5
28
with:
29
commit_message: "CI code cleanup"
30
-
31
- docker:
32
- needs: [pre-commit]
33
- uses: ./.github/workflows/docker.yml
.github/workflows/docker.yml
@@ -1,12 +1,11 @@
name: docker
-on: workflow_call
+on: push
5
contents: read
6
packages: write
7
pull-requests: read
8
9
10
jobs:
11
check-changes:
12
runs-on: dimos-runner-ubuntu-2204
0 commit comments