Skip to content

Commit 587610f

Browse files
authored
Merge pull request #322 from grondo/small-fixes
fix a couple small issues
2 parents b58390b + fa8fdf1 commit 587610f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ jobs:
33
check-pr:
44
name: validate commits
55
runs-on: ubuntu-latest
6+
if: github.event_name == 'pull_request'
67
steps:
78
- uses: actions/checkout@v2
89
with:

index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@ This specification describes the Flux implementation of the Hostlist Format
216216

217217
This specification describes the Flux job urgency parameter.
218218

219+
:doc:`31/Job Constraints Specification <spec_31>`
220+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
221+
222+
This specification describes an extensible format for the description of
223+
job constraints.
224+
219225
.. Each file must appear in a toctree
220226
.. toctree::
221227
:hidden:

0 commit comments

Comments
 (0)