diff --git a/.github/workflows/build-commit0-images.yml b/.github/workflows/build-commit0-images.yml index 818df684..5d821d2e 100644 --- a/.github/workflows/build-commit0-images.yml +++ b/.github/workflows/build-commit0-images.yml @@ -1,5 +1,9 @@ name: Build Commit0 Images +run-name: >- + Build Commit0 Images + ${{ github.event_name == 'workflow_dispatch' && inputs.sdk-commit != '' && format('(SDK: {0})', inputs.sdk-commit) || '' }} + on: pull_request_target: types: [labeled] diff --git a/.github/workflows/build-gaia-image.yml b/.github/workflows/build-gaia-image.yml index f1a1f4e4..568e6311 100644 --- a/.github/workflows/build-gaia-image.yml +++ b/.github/workflows/build-gaia-image.yml @@ -1,5 +1,9 @@ name: Build GAIA Images +run-name: >- + Build GAIA Images + ${{ github.event_name == 'workflow_dispatch' && inputs.sdk-commit != '' && format('(SDK: {0})', inputs.sdk-commit) || '' }} + on: pull_request_target: types: [labeled] diff --git a/.github/workflows/build-swebench-images.yml b/.github/workflows/build-swebench-images.yml index e0f603ad..6053db37 100644 --- a/.github/workflows/build-swebench-images.yml +++ b/.github/workflows/build-swebench-images.yml @@ -1,5 +1,9 @@ name: Build SWE-Bench Images +run-name: >- + Build SWE-Bench Images + ${{ github.event_name == 'workflow_dispatch' && inputs.sdk-commit != '' && format('(SDK: {0})', inputs.sdk-commit) || '' }} + on: pull_request_target: types: [labeled] diff --git a/.github/workflows/build-swebenchmultimodal-images.yml b/.github/workflows/build-swebenchmultimodal-images.yml index b0fc1f92..3a61d490 100644 --- a/.github/workflows/build-swebenchmultimodal-images.yml +++ b/.github/workflows/build-swebenchmultimodal-images.yml @@ -1,5 +1,9 @@ name: Build SWE-Bench Multimodal Images +run-name: >- + Build SWE-Bench Multimodal Images + ${{ github.event_name == 'workflow_dispatch' && inputs.sdk-commit != '' && format('(SDK: {0})', inputs.sdk-commit) || '' }} + on: pull_request_target: types: [labeled] diff --git a/.github/workflows/build-swtbench-images.yml b/.github/workflows/build-swtbench-images.yml index f48587ae..b1f90412 100644 --- a/.github/workflows/build-swtbench-images.yml +++ b/.github/workflows/build-swtbench-images.yml @@ -1,5 +1,9 @@ name: Build SWT-Bench Images +run-name: >- + Build SWT-Bench Images + ${{ github.event_name == 'workflow_dispatch' && inputs.sdk-commit != '' && format('(SDK: {0})', inputs.sdk-commit) || '' }} + on: pull_request_target: types: [labeled]