Add ci environment to prepare workflow

We need an environment to pick up the linux arm runner config.
This commit is contained in:
Daniel A. Wozniak 2024-12-17 13:47:43 -07:00 committed by Daniel Wozniak
parent 5309bd7516
commit 35d1ec361f
5 changed files with 5 additions and 0 deletions

View file

@ -39,6 +39,7 @@ jobs:
prepare-workflow:
name: Prepare Workflow Run
runs-on: ubuntu-22.04
environment: ci
outputs:
jobs: ${{ steps.define-jobs.outputs.jobs }}
changed-files: ${{ steps.process-changed-files.outputs.changed-files }}

View file

@ -85,6 +85,7 @@ jobs:
prepare-workflow:
name: Prepare Workflow Run
runs-on: ubuntu-22.04
environment: ci
if: ${{ fromJSON(needs.workflow-requirements.outputs.requirements-met) }}
needs:
- workflow-requirements

View file

@ -75,6 +75,7 @@ jobs:
prepare-workflow:
name: Prepare Workflow Run
runs-on: ubuntu-22.04
environment: ci
if: ${{ fromJSON(needs.workflow-requirements.outputs.requirements-met) }}
needs:
- workflow-requirements

View file

@ -67,6 +67,7 @@ jobs:
prepare-workflow:
name: Prepare Workflow Run
runs-on: ubuntu-22.04
environment: ci
needs:
- check-requirements
outputs:

View file

@ -78,6 +78,7 @@ jobs:
prepare-workflow:
name: Prepare Workflow Run
runs-on: ubuntu-22.04
environment: ci
<%- if prepare_workflow_if_check %>
if: <{ prepare_workflow_if_check }>
<%- endif %>