mrs83 commited on
Commit
58ac19f
·
1 Parent(s): 8aba6e1

depend on python-ci only to prevent 2 jobs triggered

Browse files
.github/workflows/build-and-push-docker.yaml CHANGED
@@ -4,7 +4,7 @@ on:
4
  push:
5
  branches: [main]
6
  workflow_run:
7
- workflows: ["pre-commit", "python-ci"]
8
  types:
9
  - completed
10
 
 
4
  push:
5
  branches: [main]
6
  workflow_run:
7
+ workflows: ["python-ci"]
8
  types:
9
  - completed
10