Skip to content

Commit 35b017d

Browse files
authored
cicd: update tcp-sanity-rh9.yml
1 parent 5a94e66 commit 35b017d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tcp-sanity-rh9.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: TCP-LB-Sanity-CI-RH9
22

33
on:
4-
#schedule:
5-
# Runs "At 01:00 UTC every day-of-week"
6-
#- cron: '0 10 * * *'
4+
schedule:
5+
# Runs "At 14:00 UTC every day-of-week"
6+
- cron: '0 14 * * *'
77
workflow_dispatch:
88
inputs:
99
logLevel:
@@ -17,6 +17,8 @@ jobs:
1717
build:
1818
name: tcp-lb-sanity-rh9
1919
runs-on: [self-hosted, redhat]
20+
if: github.repository == 'loxilb-io/loxilb'
21+
&& github.event.inputs.tagName == ''
2022
steps:
2123
- uses: actions/checkout@v2
2224
with:

0 commit comments

Comments
 (0)