Skip to content

Commit 05ddff8

Browse files
authored
Merge branch '3006.x' into fix_saltcloud_btstrap
2 parents 28f1e3d + 35d1ec3 commit 05ddff8

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
prepare-workflow:
4040
name: Prepare Workflow Run
4141
runs-on: ubuntu-22.04
42+
environment: ci
4243
outputs:
4344
jobs: ${{ steps.define-jobs.outputs.jobs }}
4445
changed-files: ${{ steps.process-changed-files.outputs.changed-files }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
prepare-workflow:
8686
name: Prepare Workflow Run
8787
runs-on: ubuntu-22.04
88+
environment: ci
8889
if: ${{ fromJSON(needs.workflow-requirements.outputs.requirements-met) }}
8990
needs:
9091
- workflow-requirements

.github/workflows/scheduled.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
prepare-workflow:
7676
name: Prepare Workflow Run
7777
runs-on: ubuntu-22.04
78+
environment: ci
7879
if: ${{ fromJSON(needs.workflow-requirements.outputs.requirements-met) }}
7980
needs:
8081
- workflow-requirements

.github/workflows/staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
prepare-workflow:
6868
name: Prepare Workflow Run
6969
runs-on: ubuntu-22.04
70+
environment: ci
7071
needs:
7172
- check-requirements
7273
outputs:

.github/workflows/templates/layout.yml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
prepare-workflow:
7979
name: Prepare Workflow Run
8080
runs-on: ubuntu-22.04
81+
environment: ci
8182
<%- if prepare_workflow_if_check %>
8283
if: <{ prepare_workflow_if_check }>
8384
<%- endif %>

0 commit comments

Comments
 (0)