Skip to content

Commit

Permalink
updated github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Dec 13, 2024
1 parent 26289de commit b3be1e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
name: Build the main version of the package
steps:
- uses: actions/checkout@v4
- uses: mochi-hpc/mochi-test-build-action@v1
- uses: mochi-hpc/mochi-test-build-action@v2
with:
package-version: "@develop"
3 changes: 2 additions & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Build the latest version of the package
steps:
- uses: actions/checkout@v4
- uses: mochi-hpc/mochi-test-build-action@v1
- uses: mochi-hpc/mochi-test-build-action@v2
with:
build-cache-token: ${{ secrets.GITHUB_TOKEN }}
push-only-dependencies: false
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build the main version of the package
steps:
- uses: actions/checkout@v4
- uses: mochi-hpc/mochi-test-build-action@v1
- uses: mochi-hpc/mochi-test-build-action@v2
with:
package-version: "@main"
build-cache-token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 0 additions & 10 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

# - name: Call doxygen
# uses: mattnotmitt/[email protected]

# - name: Upload artifacts
# uses: actions/upload-artifact@v2
# with:
# name: thallium-doxygen-for-${{ github.sha }}
# path: doc
# retention-days: 5

- name: Trigger RTDs build
uses: dfm/rtds-action@v1
with:
Expand Down

0 comments on commit b3be1e7

Please sign in to comment.