Skip to content

Commit

Permalink
WIP: tryin to fix ci for joss
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Nov 19, 2024
1 parent 650adfa commit 693bef7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-ubuntu-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: ubuntu-testsuite
on:
push:
branches: ["main"]
branches-ignore: ["joss_paper"]
pull_request:
branches: ["main"]
branches-ignore: ["joss_paper"]

jobs:
build-container:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: ubuntu-build
on:
push:
branches: ["main"]
branches-ignore: ["joss_paper"]
pull_request:
branches: ["main"]
branches-ignore: ["joss_paper"]

jobs:
build-container:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gh-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: gh-build
on:
push:
branches: ["main"]
branches-ignore: ["joss_paper"]
pull_request:
branches: ["main"]
branches-ignore: ["joss_paper"]

jobs:
build_ghuser_components:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/joss-pdf-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: joss-pdf-build

on:
push:
branches: ["main", "joss_paper"]
branches: ["main"]
pull_request:
branches: ["main", "joss_paper"]
branches: ["main"]

jobs:
paper-build:
Expand Down
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ bibliography: paper.bib

# Summary

test4
test7
<!-- this is a sort of abstract. (MAX 50 words) -->
<!-- ![Test image captation.](01_fig_placeholder.png){ width=20% } -->

Expand Down

0 comments on commit 693bef7

Please sign in to comment.