Skip to content

Commit

Permalink
Disable workflow check
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Dec 12, 2024
1 parent c6a7683 commit da10682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
- name: Check if the site workflow is up to date
run: sbt ciCheckGithubWorkflow
# - name: Check if the site workflow is up to date
# run: sbt ciCheckGithubWorkflow
- name: Lint
run: sbt lint
test:
Expand Down

0 comments on commit da10682

Please sign in to comment.