Skip to content

Commit

Permalink
ci: use e2e from master by default
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 18, 2024
1 parent f696888 commit 01869d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_against_testrig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
e2e-branch:
description: "Branch to run E2E tests from"
required: false
default: 'maintenance'
default: 'master'
run-name:
description: "Distinct run-name to use"
required: false
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: "🎭 Run E2E tests"
uses: OctoPrint/actions/e2e@main
with:
ref: maintenance
ref: ${{ github.event.inputs.e2e-branch }}
server: "http://flashhost/${{ github.event.inputs.target }}"

- name: 📷 Check webcam
Expand Down

0 comments on commit 01869d4

Please sign in to comment.