chore(ci): update workflows

This commit is contained in:
Arthur Meyre
2022-11-15 17:33:35 +01:00
parent 2d4b8e3aa3
commit 95646ca03a
2 changed files with 8 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ on:
runner_name:
description: "Action runner name"
type: string
request_id:
description: 'Slab request ID'
type: string
jobs:
shortint-tests:
@@ -36,6 +39,7 @@ jobs:
echo "ID: ${{ github.event.inputs.instance_id }}"
echo "AMI: ${{ github.event.inputs.instance_image_id }}"
echo "Type: ${{ github.event.inputs.instance_type }}"
echo "Request ID: ${{ github.event.inputs.request_id }}"
- uses: actions/checkout@v2

View File

@@ -17,6 +17,9 @@ on:
runner_name:
description: "Action runner name"
type: string
request_id:
description: 'Slab request ID'
type: string
env:
CARGO_TERM_COLOR: always
@@ -50,6 +53,7 @@ jobs:
echo "IDs: ${{ github.event.inputs.instance_id }}"
echo "AMI: ${{ github.event.inputs.instance_image_id }}"
echo "Type: ${{ github.event.inputs.instance_type }}"
echo "Request ID: ${{ github.event.inputs.request_id }}"
- uses: actions/checkout@v2
- name: Set up home
run: |