Skip to content

Commit

Permalink
Run e2e tests on main commits (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaus67 authored Nov 7, 2023
1 parent 439d618 commit b2b9c52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ on:
push:
branches:
- main
paths-ignore:
- 'dist/**'
schedule:
- cron: '0 5 * * 0'

jobs:
e2e:
if: github.event_name == 'push' && github.actor == 'roxbogt'
name: E2E
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit b2b9c52

Please sign in to comment.