Skip to content

Commit

Permalink
Merge pull request #762 from nik-netlox/main
Browse files Browse the repository at this point in the history
Reverting cluster cicd workflow for U22 and U24 to manual run
  • Loading branch information
TrekkieCoder authored Aug 15, 2024
2 parents e795498 + 40c3fb5 commit a41b43f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cluster-sanity-ubuntu-22.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/cluster-sanity-ubuntu-24.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit a41b43f

Please sign in to comment.