Skip to content

Commit

Permalink
Add branch names to workflow runs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
pet-mit authored Jul 18, 2024
1 parent e8be991 commit 7903924
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/centos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CentOS
run-name: rte-france/or-tools-rte@'${{github.ref_name}}' + rte-france/or-tools@'${{ github.event.inputs.rtefrance_ortools_branch || 'main' }}'

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: OracleLinux
run-name: rte-france/or-tools-rte@'${{github.ref_name}}' + rte-france/or-tools@'${{ github.event.inputs.rtefrance_ortools_branch || 'main' }}'

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Ubuntu
run-name: rte-france/or-tools-rte@'${{github.ref_name}}' + rte-france/or-tools@'${{ github.event.inputs.rtefrance_ortools_branch || 'main' }}'

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Windows-cpp
run-name: rte-france/or-tools-rte@'${{github.ref_name}}' + rte-france/or-tools@'${{ github.event.inputs.rtefrance_ortools_branch || 'main' }}'

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-java-dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Windows Java Dotnet
run-name: rte-france/or-tools-rte@'${{github.ref_name}}' + rte-france/or-tools@'${{ github.event.inputs.rtefrance_ortools_branch || 'main' }}'

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-python.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Windows-python
run-name: rte-france/or-tools-rte@'${{github.ref_name}}' + rte-france/or-tools@'${{ github.event.inputs.rtefrance_ortools_branch || 'main' }}'

on:
workflow_dispatch:
Expand Down

0 comments on commit 7903924

Please sign in to comment.