Skip to content

Commit

Permalink
Removed on merge: [ main ] and instead to run on cron daily (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Aug 14, 2021
1 parent 940446a commit 77ca4a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: CI - E2E

on:
push:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
- cron: '0 9 * * *'

pull_request:
branches: [ main ]

Expand Down Expand Up @@ -40,6 +43,7 @@ jobs:
wait-on: 'http://localhost:19006'
browser: chrome
spec: cypress/integration/**
tag: ${{ github.event_name }}
env:
CYPRESS_E2E: true
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
Expand Down

0 comments on commit 77ca4a5

Please sign in to comment.