From 2ec7d35de5117e6b8b1ae96a160e0a664ada3725 Mon Sep 17 00:00:00 2001 From: LetoModelizer Date: Mon, 23 Oct 2023 17:19:46 +0200 Subject: [PATCH] Test pull request --- .github/workflows/new_workflow.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/new_workflow.yml diff --git a/.github/workflows/new_workflow.yml b/.github/workflows/new_workflow.yml new file mode 100644 index 0000000..87f92ff --- /dev/null +++ b/.github/workflows/new_workflow.yml @@ -0,0 +1,14 @@ +name: Test CI + +on: + pull_request: + types: [opened, synchronize] + +jobs: + job_1: + name: Test Job + runs-on: ubuntu_runner + steps: + - name: echo task + run: echo 'Workflow start' + \ No newline at end of file