Skip to content

Commit

Permalink
test: try to enable ryuk
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Baliasnikov <anton.baliasnikov@iohk.io>
  • Loading branch information
Anton Baliasnikov committed Oct 26, 2023
1 parent 5558a9e commit 11de01f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
on:
schedule:
- cron: "0 3 * * *"
pull_request:
# pull_request:
push:
branches:
- "main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency:
cancel-in-progress: true

on:
pull_request:
# pull_request:
push:
branches:
- "main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.ATALA_GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}
TESTCONTAINERS_RYUK_DISABLED: true
# TESTCONTAINERS_RYUK_DISABLED: true
defaults:
run:
working-directory: ${{ inputs.component-dir }}
Expand Down

0 comments on commit 11de01f

Please sign in to comment.