Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to not run simulations when converting snapshots #1488

Merged
merged 17 commits into from
Sep 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
temporary disable core files updates in github actions
Felixmil committed Sep 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f19430d28fc27a25fa9d29e9766b9daece41dfd2
14 changes: 7 additions & 7 deletions .github/workflows/main-workflow.yaml
Original file line number Diff line number Diff line change
@@ -16,26 +16,26 @@ jobs:
secrets:
private-key: ${{ secrets.VERSION_BUMPER_SECRET }}

update-core-files:
if: ${{ !cancelled() && github.event_name == 'pull_request' }}
needs: [bump-dev-version]
uses: ./.github/workflows/update-core-files.yaml
# update-core-files:
# if: ${{ !cancelled() && github.event_name == 'pull_request' }}
# needs: [bump-dev-version]
# uses: ./.github/workflows/update-core-files.yaml

R-CMD-Check:
if: ${{ !cancelled() }}
needs: [update-core-files]
# needs: [update-core-files]
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/R-CMD-check-build.yaml@main

test-coverage:
if: ${{ !cancelled() }}
needs: [update-core-files]
# needs: [update-core-files]
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/test-coverage.yaml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}


pkgdown:
if: ${{ !cancelled() }}
needs: [update-core-files]
# needs: [update-core-files]
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/pkgdown.yaml@main