diff --git a/.github/workflows/cluster-sanity-ubuntu-22.yml b/.github/workflows/cluster-sanity-ubuntu-22.yml index 7de20a5e0..b3e1c92f0 100644 --- a/.github/workflows/cluster-sanity-ubuntu-22.yml +++ b/.github/workflows/cluster-sanity-ubuntu-22.yml @@ -1,9 +1,9 @@ name: Cluster-Sanity-CI-Ubuntu-22 on: - schedule: + # schedule: # Runs "At 18:00 UTC every day-of-week" - - cron: '0 18 * * *' + #- cron: '0 18 * * *' workflow_dispatch: inputs: userInput: @@ -12,10 +12,10 @@ on: default: 'Finished' tags: description: 'Cluster Sanity Ubuntu 22' - workflow_run: - workflows: ["Docker-Multi-Arch"] - types: - - completed + #workflow_run: + # workflows: ["Docker-Multi-Arch"] + # types: + # - completed jobs: build: diff --git a/.github/workflows/cluster-sanity-ubuntu-24.yml b/.github/workflows/cluster-sanity-ubuntu-24.yml index 49a363002..526024dba 100644 --- a/.github/workflows/cluster-sanity-ubuntu-24.yml +++ b/.github/workflows/cluster-sanity-ubuntu-24.yml @@ -1,9 +1,9 @@ name: Cluster-Sanity-CI-Ubuntu-24 on: - schedule: + #schedule: # Runs "At 11:00 UTC every day-of-week" - - cron: '0 11 * * *' + #- cron: '0 11 * * *' workflow_dispatch: inputs: userInput: @@ -12,10 +12,10 @@ on: default: 'Finished' tags: description: 'Cluster Sanity Ubuntu 24' - workflow_run: - workflows: ["Docker-Multi-Arch"] - types: - - completed + #workflow_run: + # workflows: ["Docker-Multi-Arch"] + # types: + # - completed jobs: build: