Skip to content

Commit

Permalink
Disable micronaut joint validation build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Aug 10, 2024
1 parent c8011e8 commit 37806c9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/micronaut-joint-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@

name: "Micronaut Joint Validation Build"

on: [push, pull_request]
on:
push:
branches:
- disableForNowDueToFreakyDependency
pull_request:
branches:
- disableForNowDueToFreakyDependency

permissions:
contents: read
Expand Down

0 comments on commit 37806c9

Please sign in to comment.