Skip to content

Commit

Permalink
Adjust e2e CI triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Apr 21, 2023
1 parent 34218f7 commit 1cbeeb7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
name: End to end tests

on:
push
pull_request_target:
types:
- closed
branches-ignore:
- 'dependabot/*'
push:
tags:
- '*'
schedule:
# Run weekly
- cron: '30 15 * * 0'
workflow_dispatch:

jobs:
e2e:
Expand Down

0 comments on commit 1cbeeb7

Please sign in to comment.