Skip to content

Commit

Permalink
chore: Update k3s-calico-ubuntu-24.yml
Browse files Browse the repository at this point in the history
Disable scheduled runs until further testing
  • Loading branch information
TrekkieCoder authored Aug 17, 2024
1 parent a41b43f commit cfdaffc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/k3s-calico-ubuntu-24.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: K3s-Calico-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:
testName:
description: 'Test Run-Name'
required: true
default: 'k3s-calico-ubuntu-24'
workflow_run:
workflows: ["Docker-Multi-Arch"]
types:
- completed
#workflow_run:
# workflows: ["Docker-Multi-Arch"]
# types:
# - completed
jobs:
build:
name: k3s-calico-sanity
Expand Down

0 comments on commit cfdaffc

Please sign in to comment.