Skip to content

Commit e186fb9

Browse files
committed
Create Deploy-Snapshot-Products.yml
in master branch so that the one in develop branch is accessible
1 parent ec9931d commit e186fb9

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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"

0 commit comments

Comments
 (0)