Skip to content

Commit

Permalink
edit yml to test the e2e test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-malec committed Dec 4, 2024
1 parent dfb7930 commit 574297b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2etest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "E2E: Build and Test"
on:
schedule:
- cron: '0 10 * * 5' # Runs every Friday at 10:00 UTC
push:
branches: [feat/automatic_E2E_testing]

jobs:
build_and_test:
Expand Down

0 comments on commit 574297b

Please sign in to comment.