Skip to content

Commit 65714b2

Browse files
committed
run nomad dependency check only on changes to the dependencies
1 parent f386411 commit 65714b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nomad-requirements.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: validate Dependencies compatibility
1+
name: NOMAD dependencies compatibility
22

33
on:
44
push:
@@ -8,9 +8,9 @@ on:
88
branches:
99
- master
1010
# Run workflow only when there are changes in pyproject.toml or dev-requirements.txt
11-
# paths:
12-
# - 'pyproject.toml'
13-
# - 'dev-requirements.txt'
11+
paths:
12+
- 'pyproject.toml'
13+
- 'dev-requirements.txt'
1414

1515
jobs:
1616
validate_dependencies:

0 commit comments

Comments
 (0)