Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogdd committed Feb 21, 2024
1 parent 63dd471 commit d9774f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: e2e-tests

# on:
# schedule:
# - cron: 0 0 * * 1-5 # every work day at 00:00

on:
schedule:
- cron: 0 0 * * 1-5 # every work day at 00:00
push:
branches:
- "github-action-running-e2e-tests"

env:
NAMESPACE: dto-k8s-ondemand
Expand Down

0 comments on commit d9774f9

Please sign in to comment.