Skip to content

Commit

Permalink
[CI] Change CI policy (#166)
Browse files Browse the repository at this point in the history
* remove nightly check for release check

* dont compile paper if nothing changed in its folder
  • Loading branch information
lrnv authored Feb 21, 2024
1 parent ddb8446 commit a54c8fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
version:
- '1.6'
- 'nightly'
- '1'
os:
- ubuntu-latest
arch:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/draft_paper.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [push]
on:
push:
paths:
- joss/**

jobs:
paper:
Expand Down

0 comments on commit a54c8fb

Please sign in to comment.