Skip to content

Commit

Permalink
Update k8s-calico-ipvs3-ha.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-netlox authored Jan 11, 2024
1 parent ab95389 commit 6575535
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/k8s-calico-ipvs3-ha.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: K8s-Calico-Cluster-IPVS3-HA-Sanity-CI
on:
#schedule:
schedule:
# Runs "At 17:00 UTC every day-of-week"
#- cron: '0 17 * * *'
- cron: '0 17 * * *'
workflow_dispatch:
inputs:
testName:
Expand All @@ -13,8 +13,8 @@ jobs:
test-runner:
name: k8s-calico-cluster-ipvs3-ha-sanity
runs-on: self-hosted
#if: github.repository == 'loxilb-io/loxilb'
# && github.event.inputs.tagName == ''
if: github.repository == 'loxilb-io/loxilb'
&& github.event.inputs.tagName == ''
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 6575535

Please sign in to comment.