We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b58390b + fa8fdf1 commit 587610fCopy full SHA for 587610f
.github/workflows/main.yml
@@ -3,6 +3,7 @@ jobs:
3
check-pr:
4
name: validate commits
5
runs-on: ubuntu-latest
6
+ if: github.event_name == 'pull_request'
7
steps:
8
- uses: actions/checkout@v2
9
with:
index.rst
@@ -216,6 +216,12 @@ This specification describes the Flux implementation of the Hostlist Format
216
217
This specification describes the Flux job urgency parameter.
218
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
225
.. Each file must appear in a toctree
226
.. toctree::
227
:hidden:
0 commit comments