Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: specialise jobs #4773

Merged
merged 5 commits into from
Aug 3, 2021
Merged

GHA: specialise jobs #4773

merged 5 commits into from
Aug 3, 2021

Conversation

rjbou
Copy link
Collaborator

@rjbou rjbou commented Jul 28, 2021

  • specify changed files on when main ci is launched
  • separate install script job into a new workflow
  • launch main hygiene job if configure/src_ext changed
  • update changelog checker whitelist with CHANGES and LICENSE

@rjbou rjbou added this to PR in Out of release : doc, test, install, etc. via automation Jul 28, 2021
Comment on lines +5 to +35
paths:
- 'src/**'
- '!src/tools/**'
- 'src_ext/**'
- 'dune'
- 'dune-project'
- '*.opam'
- 'Makefile*'
- 'configure*'
- '.github/**'
pull_request:
paths:
- 'src/**'
- '!src/tools/**'
- 'src_ext/**'
- 'dune'
- 'dune-project'
- '*.opam'
- 'Makefile*'
- 'configure*'
- '.github/**'
# paths-ignore:
# - 'release/**'
# - 'shell/**'
# - 'admin-scripts/**'
# - 'doc/**'
# - 'CHANGES'
# - 'LICENSE'
# - 'CONTRIBUTING.md'
# - 'master_changes.md'
# - 'README.md'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

paths vs paths-ingore

@rjbou rjbou changed the title GHA: GHA: specialise jobs Jul 28, 2021
@rjbou rjbou added the PR: WIP Not for merge at this stage label Jul 28, 2021
@rjbou rjbou requested a review from dra27 July 28, 2021 16:07
@rjbou rjbou removed the PR: WIP Not for merge at this stage label Aug 3, 2021
@rjbou rjbou merged commit 865f046 into ocaml:master Aug 3, 2021
Out of release : doc, test, install, etc. automation moved this from PR to done Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant