Skip to content

[Bug] Detection step runs-on not inherited from runs-on or runs-on-slim #28281

@petercort

Description

@petercort

I have the following frontmatter specification

runs-on: ubuntu-latest-cool
runs-on-slim: ubuntu-latest-cool

I also updated the copilot-setup-steps.yaml to the same

jobs:
  copilot-setup-steps:
    runs-on: ubuntu-latest-cool

And when I run gh aw compile the all the steps reflect that image, except the Detection step

  detection:
    needs:
      - activation
      - agent
    if: >
      always() && needs.agent.result != 'skipped' && (needs.agent.outputs.output_types != '' || needs.agent.outputs.has_patch == 'true')
    runs-on: ubuntu-latest

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions