Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,15 @@ on:
default: ""
required: false
type: string
continue-on-error:
description: "Prevent the workflow run from failing if/when the job fails"
required: false
type: boolean

jobs:
downgrade:
name: "Downgrade Tests${{ inputs.group != '' && format(' - {0}', inputs.group) || '' }}"
continue-on-error: ${{ inputs.continue-on-error || inputs.julia-version == 'nightly' }}
# apt-packages / container legs need passwordless sudo / docker, absent on
# the SciML self-hosted demeter*/arctic* pool (which squats only the
# `ubuntu-latest` label, not `ubuntu-24.04`). Pin `ubuntu-24.04` to force
Expand Down
Loading