File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # *************************************************************************
2+ # ** Copyright (c) 2025 CentraleSupélec & EDF.
3+ # ** All rights reserved. This program and the accompanying materials
4+ # ** are made available under the terms of the Eclipse Public License v2.0
5+ # ** which accompanies this distribution, and is available at
6+ # ** https://www.eclipse.org/legal/epl-v20.html
7+ # **
8+ # ** This file is part of the RiseClipse tool
9+ # **
10+ # ** Contributors:
11+ # ** Computer Science Department, CentraleSupélec
12+ # ** EDF R&D
13+ # ** Contacts:
14+ # ** dominique.marcadet@centralesupelec.fr
15+ # ** aurelie.dehouck-neveu@edf.fr
16+ # ** Web site:
17+ # ** https://riseclipse.github.io
18+ # *************************************************************************
19+
20+ name : Do nothing
21+
22+ on : workflow_dispatch
23+
24+ jobs :
25+ build :
26+ # Use a specific version to avoid unattended changes with latest
27+ runs-on : ubuntu-24.04
28+
29+ - name : say hello
30+ run : |
31+ echo "hello"
You can’t perform that action at this time.
0 commit comments