Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Mitri <[email protected]>
  • Loading branch information
pet-mit committed Mar 26, 2024
1 parent 80642ee commit 8270133
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 25 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: OracleLinux

on:
inputs:
rtefrance_ortools_branch:
description: 'rte-france/or-tools branch name'
required: true
default: 'main'
workflow_dispatch:
inputs:
rtefrance_ortools_branch:
description: 'rte-france/or-tools branch name'
required: true
default: 'main'
push:
branches:
- main
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Ubuntu

on:
inputs:
rtefrance_ortools_branch:
description: 'rte-france/or-tools branch name'
required: true
default: 'main'
workflow_dispatch:
inputs:
rtefrance_ortools_branch:
description: 'rte-france/or-tools branch name'
required: true
default: 'main'
push:
branches:
- main
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/windows-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Windows-cpp

on:
inputs:
rtefrance_ortools_branch:
description: 'rte-france/or-tools branch name'
required: true
default: 'main'
workflow_dispatch:
inputs:
rtefrance_ortools_branch:
description: 'rte-france/or-tools branch name'
required: true
default: 'main'
push:
branches:
- main
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/windows-java-dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Windows Java Dotnet

on:
inputs:
rtefrance_ortools_branch:
description: 'rte-france/or-tools branch name'
required: true
default: 'main'
workflow_dispatch:
inputs:
rtefrance_ortools_branch:
description: 'rte-france/or-tools branch name'
required: true
default: 'main'
push:
branches:
- main
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/windows-python.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Windows-python

on:
inputs:
rtefrance_ortools_branch:
description: 'rte-france/or-tools branch name'
required: true
default: 'main'
workflow_dispatch:
inputs:
rtefrance_ortools_branch:
description: 'rte-france/or-tools branch name'
required: true
default: 'main'
push:
branches:
- main
Expand Down

0 comments on commit 8270133

Please sign in to comment.