Skip to content

Commit

Permalink
ci(github): disable ryuk
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Mar 3, 2025
1 parent 0b7a4f6 commit 9eb1e14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
types:
- created

env:
TESTCONTAINERS_RYUK_DISABLED: true

jobs:
check-before-build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
CI_USER: cryostat+bot
CI_REGISTRY: quay.io/cryostat
CI_IMG: quay.io/cryostat/cryostat
TESTCONTAINERS_RYUK_DISABLED: true

jobs:
get-pom-properties:
Expand Down

0 comments on commit 9eb1e14

Please sign in to comment.