Skip to content

Commit

Permalink
Merge branch 'rc/3.0-mv3' into feat/config-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
whizzzkid authored Jul 6, 2023
2 parents 9c32a6d + a6507c4 commit 1119b59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Close and mark stale issue

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * *'

permissions:
issues: write
pull-requests: write

jobs:
stale:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
e2e:
build:
dockerfile: ./Dockerfile
context: .
environment:
- SELENIUM_REMOTE_CHROMIUM_URL=http://chromium:4444
- SELENIUM_REMOTE_FIREFOX_URL=http://firefox:4444
Expand Down

0 comments on commit 1119b59

Please sign in to comment.