Skip to content

Commit

Permalink
Remove strict testing from PRs (canonical#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayoz authored Nov 14, 2024
1 parent 2e71353 commit aa8b78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-informing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
patch: ["strict", "moonray"]
patch: ["moonray"]
fail-fast: false
steps:
- name: Harden Runner
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu:20.04"]
patch: ["strict", "moonray"]
patch: ["moonray"]
fail-fast: false
runs-on: ["self-hosted", "Linux", "AMD64", "jammy", "large"]
steps:
Expand Down

0 comments on commit aa8b78f

Please sign in to comment.