Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Janesh98 authored Sep 25, 2023
1 parent 1e83c3f commit b57eabf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Prod E2E
on:
workflow_dispatch:
schedule:
# runs tests every monday at 10am
- cron: '0 10 * * MON'
Expand All @@ -23,4 +24,4 @@ jobs:
run: |
chmod +x ./src/e2e/email-test.sh
./src/e2e/email-test.sh
shell: bash
shell: bash

0 comments on commit b57eabf

Please sign in to comment.