Skip to content

Commit

Permalink
Add trigger to test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Aug 20, 2024
1 parent 332c41c commit fe7a590
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Nightly E2E Tests

on:
workflow_dispatch:
schedule:
# Run at 2:00 AM every day
- cron: '0 2 * * *'
# temporary trigger for testing
pull_request:
branches:
- develop

jobs:
e2e_tests:
Expand Down

0 comments on commit fe7a590

Please sign in to comment.