We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
53eced4
jobs: # Build job github-pages: if: github.event.workflow_run.conclusion == 'success' runs-on: ${{github.actor != github.repository_owner && 'self-hosted' || ( github.ref_name != 'main' && 'ubuntu-latest' || 'windows-latest')}}