Skip to content

Commit

Permalink
chore(.github/workflows): don't run Orchestrion-related CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Feb 12, 2025
1 parent aed6d16 commit 02ff4ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
# reporter: github-pr-review

- name: golangci-lint (internal/orchestrion/_integration)
# Disable while Orchestrion is not ported to v2
if: false
uses: reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2.7.0
with:
golangci_lint_flags: "--timeout 10m" # We are hitting timeout when there is no cache
Expand Down

0 comments on commit 02ff4ea

Please sign in to comment.