Skip to content

Commit

Permalink
Update windows.yml default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Dec 13, 2023
1 parent f3c9f79 commit 6a899d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
inputs:
branch:
description: 'Run tests against branch'
default: 'master'
default: 'rc-latest'
status:
description: 'Run tests against status (use `any` as wildcard)'
default: 'passed'
Expand All @@ -27,11 +27,14 @@ jobs:
env:
BUILDKITE_API_TOKEN: ${{ secrets.BUILDKITE_TOKEN_READ_BUILDS_ARTIFACTS }}
WORK_DIR: ./test/e2e
BRANCH: ${{ github.event.inputs.branch || 'master' }}
BRANCH: ${{ github.event.inputs.branch || 'rc-latest' }}
runs-on: windows-2022
name: Download testing bundle
steps:
- uses: actions/checkout@v3.2.0
with:
ref: ${{ env.BRANCH }}

- name: Set up Ruby
uses: ruby/setup-ruby@v1.127.0
with:
Expand Down

0 comments on commit 6a899d3

Please sign in to comment.