Disable scheduled Docker workflows
Some checks failed
Basic Checks / license-check (push) Has been cancelled
Basic Checks / include-check (push) Has been cancelled
Basic Checks / style-check (push) Has been cancelled
Basic Checks / docs-check (push) Has been cancelled
Basic Checks / python-tests (push) Has been cancelled
Basic Checks / pin-validation (push) Has been cancelled
Basic Checks / cmake-checks (push) Has been cancelled
Basic Checks / frozen-tools-check (push) Has been cancelled
Publish or Update docker image for head of branch / prepare-tags (push) Has been cancelled
Publish or Update docker image for head of branch / build-container (push) Has been cancelled
Publish or Update docker image for head of branch / test-container (linux/amd64) (push) Has been cancelled
Publish or Update docker image for head of branch / test-container (linux/arm64) (push) Has been cancelled
Publish or Update docker image for head of branch / deploy-container (push) Has been cancelled

This commit is contained in:
2026-08-09 11:26:51 +03:00
parent 0ef1717155
commit 886efbe527
3 changed files with 3 additions and 14 deletions

View File

@@ -2,11 +2,6 @@ name: Publish or Update docker image for head of branch
# Design details in https://github.com/ARMmbed/mbed-os/blob/master/docs/design-documents/docker_management # Design details in https://github.com/ARMmbed/mbed-os/blob/master/docs/design-documents/docker_management
on: on:
# passive update once a week
schedule:
- cron: '15 4 * * 6'
# build on master branch when there is changes for active update # build on master branch when there is changes for active update
push: push:
branches: branches:

View File

@@ -1,9 +1,6 @@
name: Prune temporary docker images name: Prune temporary docker images
on: on:
schedule:
- cron: '15 4 * * 6'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@@ -7,9 +7,6 @@ on:
tags: tags:
- mbed-os-6.[0-9]+.[0-9]+ - mbed-os-6.[0-9]+.[0-9]+
schedule:
- cron: '15 4 * * 6'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
mbed_os_release_version: mbed_os_release_version: