Skip to content

Commit

Permalink
[CI] Show run names (#3658)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg committed May 29, 2023
1 parent 83022b5 commit 729b302
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#
# This name is referenced in the release.yaml workflow, if you're changing here - change there
name: Build
run-name: Building ${{ inputs.version }} ${{ github.ref_name }}

on:
push:
Expand Down Expand Up @@ -43,6 +44,7 @@ on:
description: 'Whether to build images from cache or not. Default: true, set to false only if required because that will cause a significant increase in build time'
required: true
default: 'true'

jobs:
matrix_prep:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

name: Release
run-name: Releasing ${{ inputs.version }}

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/security_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# Currently supported running against prebuilt images
name: Security Scan
run-name: Scanning ${{ inputs.tag }}

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-tests-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
run-system-tests-enterprise-ci:
# When increasing the timeout make sure it's not larger than the schedule cron interval
timeout-minutes: 360
name: Run System Tests Enterprise
name: Test [${{ needs.prepare-system-tests-enterprise-ci.outputs.mlrunBranch }}]
# requires prepare to finish before starting
needs: [prepare-system-tests-enterprise-ci]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 729b302

Please sign in to comment.