Skip to content

Commit

Permalink
test: Modify k8s workflow - run tests weekly again (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeatcu-ionos authored Sep 26, 2024
1 parent 9f7d532 commit 86cfd22
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/k8s-test-run.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Weekly k8s test run
# TODO -- After pipeline is fixed, uncomment this section and remove 'workflow_dispatch'
on: workflow_dispatch
# schedule:
# # At 09:00:00 - UTC, every week on Monday.
# - cron: '0 09 * * MON'
schedule:
# At 09:00:00 - UTC, every week on Monday.
- cron: '0 09 * * MON'

jobs:
test:
Expand Down

0 comments on commit 86cfd22

Please sign in to comment.