Skip to content

Commit

Permalink
use main
Browse files Browse the repository at this point in the history
  • Loading branch information
Entkenntnis committed Dec 5, 2023
1 parent 1801589 commit d330c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- uses: actions/checkout@v3
with:
repository: 'serlo/frontend-e2e-tests'
ref: '80-run-tests-with-firefox'
- uses: patrickedqvist/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/e2e_tests_firefox.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: e2e tests with firefox
on:
workflow_dispatch:
pull_request:
push:
branches:
- staging
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -12,7 +14,6 @@ jobs:
- uses: actions/checkout@v3
with:
repository: 'serlo/frontend-e2e-tests'
ref: '80-run-tests-with-firefox'
- uses: patrickedqvist/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d330c03

Please sign in to comment.