Skip to content

Commit

Permalink
Merge pull request #31 from WIAS-PDELib/fix/disable-invalidations
Browse files Browse the repository at this point in the history
[CI] Disable Invalidations check for now
  • Loading branch information
pjaap authored Nov 8, 2024
2 parents cb8ed34 + dc018d1 commit efc3535
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 # <- disabled for now, see https://github.com/julia-actions/julia-invalidations/issues/19
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit efc3535

Please sign in to comment.