From c7112546b35f14363782258f735a75a273c981aa Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz Date: Fri, 8 Dec 2023 10:40:32 +0100 Subject: [PATCH] ci: Inhibiting + README.md integration. --- .github/workflows/ci-scripts-build.yml | 11 ++++++++++- README.md | 14 ++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 0bbe44c..b68745a 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -8,7 +8,16 @@ name: devlib2 # Trigger on pushes and PRs to any branch -on: [push, pull_request, workflow_dispatch] +on: + push: + paths-ignore: + - "documentation/**" + - "**/*.md" + pull_request: + paths-ignore: + - "documentation/**" + - "**/*.md" + workflow_dispatch: env: SETUP_PATH: .ci-local:.ci diff --git a/README.md b/README.md index 7a92ac5..4c50dcb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +* [![devlib2](https://github.com/epics-modules/devlib2/actions/workflows/ci-scripts-build.yml/badge.svg)](https://github.com/epics-modules/devlib2/actions/workflows/ci-scripts-build.yml) + +--- + devLib2 - Library for direct MMIO access to PCI and VME64x ========================================================== @@ -10,13 +14,3 @@ Releases are found at: [http://sourceforge.net/projects/epics/files/](http://sourceforge.net/projects/epics/files/) Requires: [EPICS Base](http://www.aps.anl.gov/epics/) >= 3.14.8.2 - -VCS sources - -```shell -git clone https://github.com/epics-modules/devlib2.git -``` - -This is file is generated from git revision $Format:%H$ - -CI Build Status