Skip to content

Commit

Permalink
Merge pull request #134 from pjaap/fix/remove-invalidations
Browse files Browse the repository at this point in the history
CI: deactivate Invalidations action for now
  • Loading branch information
j-fu authored Oct 23, 2024
2 parents 9112ced + c93c51f commit 25c79fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
evaluate:
# Only run on PRs to the default branch.
# In the PR trigger above branches can be specified only explicitly whereas this check should work for master, main, or any other default branch
if: github.base_ref == github.event.repository.default_branch
# if: github.base_ref == github.event.repository.default_branch
if: false # <- deactivated, see https://github.com/j-fu/VoronoiFVM.jl/issues/133
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 25c79fb

Please sign in to comment.