File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# This is a workflow example relying on docker-coq-action
22name : CI
33
4- # Controls when the action will run.
5- # cf. https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#filtering-for-specific-branches-tags-and-paths
4+ # Controls when the action will run:
5+ # https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#filtering-for-specific-branches-tags-and-paths
66# Triggers the workflow on push events or pull request events for the
77# master branch only:
88on :
2626 - 8.11
2727 - dev
2828 ocaml_version : ['4.07-flambda']
29- # at most 20 concurrent jobs per free account
30- # cf. https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
29+ # at most 20 concurrent jobs per free account:
30+ # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
3131 max-parallel : 4
3232
3333 # Steps represent a sequence of tasks that will be executed as part of the job
You can’t perform that action at this time.
0 commit comments