We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dff42 commit 0ec539fCopy full SHA for 0ec539f
.github/workflows/browser-tests.yml
@@ -26,7 +26,7 @@ concurrency:
26
jobs:
27
test:
28
timeout-minutes: 60
29
- runs-on: linux
+ runs-on: ubuntu-latest
30
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
31
environment: ${{ github.event.inputs.environment || 'browser-tests-local' }}
32
env:
0 commit comments