Skip to content

Commit

Permalink
modifying workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut committed Nov 28, 2023
1 parent f4e6032 commit e0a353a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ name: pr-validation

# Controls when the workflow will run
on:
push:
branches:
- main
pull_request:
paths-ignore:
- 'experiments/**' # if only the exps are modified, no need to run it
- 'docs/**' # if only the docs are modified, no need to run it
schedule:
# Every monday at 3h30 UTC
- cron: '30 3 * * 1'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit e0a353a

Please sign in to comment.