From 15d0fbe3148ba3b90ecd038b0d386717ff4059c5 Mon Sep 17 00:00:00 2001 From: rimjhimsudhesh Date: Thu, 26 Sep 2024 15:50:10 -0700 Subject: [PATCH 1/2] Update Documentation: XML files and hyperlink --- Tools/InputGeneration/README.md | 21 +++++++++++---------- docs/Developer/GraphAndEventInputs.md | 17 ++++++++++------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/Tools/InputGeneration/README.md b/Tools/InputGeneration/README.md index 0c51335bc..a75bb1501 100644 --- a/Tools/InputGeneration/README.md +++ b/Tools/InputGeneration/README.md @@ -38,22 +38,23 @@ The stream of calls generated is saved to an XML file. This file contains a list ## Input file format The developer's documentation contains more information about the [simulation input file -format and the class that loads and manages the event inputs] -(https://uwb-biocomputing.github.io/Graphitti/Developer/GraphAndEventInputs.html). +format and the class that loads and manages the event inputs](https://uwb-biocomputing.github.io/Graphitti/Developer/GraphAndEventInputs.html). Below is an example of a simulation input file: ```XML -?xml version='1.0' encoding='UTF-8'?> + - - - - - - - + + + + + + + + + ... diff --git a/docs/Developer/GraphAndEventInputs.md b/docs/Developer/GraphAndEventInputs.md index ba0b5b723..460fcaeeb 100644 --- a/docs/Developer/GraphAndEventInputs.md +++ b/docs/Developer/GraphAndEventInputs.md @@ -45,13 +45,16 @@ The list of events is provided to Graphitti as an XML input file. We couldn't fi ```xml - - - - - - -... + + + + + + + + + + ... ... From a3144e90a0227e8dab5d07fee84d9e33450373ad Mon Sep 17 00:00:00 2001 From: Michael Stiber Date: Mon, 13 Jan 2025 17:25:08 -0800 Subject: [PATCH 2/2] Actions changed to now work for any pull request So, all tests will run for any PR. --- .github/workflows/format.yml | 4 +--- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 7797437bb..ce659f902 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,9 +10,7 @@ on: paths: - '**.cpp' - '**.h' - branches: - - master - - development + types: [opened, synchronize, reopened] jobs: deploy: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c00aa7eac..8e1e8d193 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,7 @@ on: push: branches: [ master,development ] pull_request: - branches: [ master,development ] + types: [opened, synchronize, reopened] defaults: run: