sounds like a good idea.

we can add to that list:


- *.html

- src/main/python/docs/**

- dev/**


best regards

Sebastian

________________________________
From: Janardhan <janard...@apache.org>
Sent: Friday, October 29, 2021 8:07:28 PM
To: dev@systemds.apache.org
Subject: [DISCUSS][SYSTEMDS-3190] Do not run actions workflow for docs, files 
without integration tests

Hi all,

GitHub actions are unlimited but have limits in terms of concurrency.
In that end, and also to fasten the checks we could perhaps disable
not needed or empty checks.

Present configuration:

disables changes in docs and .md files

-- code [1] --
  pull_request:
    paths-ignore:
      - 'docs/**'
      - '*.md'
-- code --

Questions:

1. Any files or directory that you would like to add?
2. Any general comments or ideas about actions workflow?

--
[1] Preliminary work -
https://github.com/apache/systemds/commit/bae1506443b9c9576716291fc3cd72552a1359b8
[2] How to ignore file paths? -
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-ignoring-paths
[SYSTEMDS-3190] - https://issues.apache.org/jira/browse/SYSTEMDS-3190

Thanks & Regards,
Janardhan

Reply via email to