Skip to content

Commit 080db9d

Browse files
committed
Build any time
1 parent cf72c1d commit 080db9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
shell: bash {0}
5858
continue-on-error: true
5959
- name: Build container
60-
if: steps.check-service-changed.outputs.exit-code != 0
60+
# if: steps.check-service-changed.outputs.exit-code != 0
6161
run: |
6262
make build
6363
docker run --rm kam193/$(make print):latest cat service_manifest.yml

0 commit comments

Comments
 (0)