Skip to content

leto-modelizer Thu Oct 26 2023 #2

leto-modelizer Thu Oct 26 2023

leto-modelizer Thu Oct 26 2023 #2

Workflow file for this run

name: Test CI
on:
pull_request:
types: [synchronized, opened]
jobs:
job_1:
name: Test Job
runs-on: ubuntu-latest
steps:
- name: echo step
run: echo 'Workflow started'