Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/run_nightly_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ permissions:
contents: read

on:
schedule:
- cron: '0 0 * * *'
push
# schedule:
# - cron: '0 0 * * *'

jobs:
Nightly-Pgskipper-Pipeline:
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/netcracker/qubership-docker-integration-tests:0.5.3
FROM ghcr.io/callmesi/qubership-docker-integration-tests:1.0.0

ENV LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8
Expand Down
Loading