Skip to content

Commit

Permalink
ci: run validation on mainline
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Styk <[email protected]>
  • Loading branch information
StykMartin committed Oct 29, 2024
1 parent 677a984 commit dd8608a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/review-checks.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: Review-checks
name: Validation

# If a pull-request is pushed then cancel all previously running jobs related
# to that pull-request
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

on: [pull_request]
on:
push:
branches:
- python-3
pull_request:

jobs:
check-docs:
validate-docs:
env:
# https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
Expand Down

0 comments on commit dd8608a

Please sign in to comment.