From 7e8446fce6b2013f0dcc46fc3fd71bf063997998 Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Mon, 8 Jan 2024 16:38:08 +0200 Subject: [PATCH] Change the user of the scheduled tests (#428) --- .github/workflows/acceptance.yml | 2 +- .github/workflows/integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 5cc8429b..4420b046 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -6,7 +6,7 @@ on: - main.go - go.mod schedule: - - cron: 0 11 * * 0 + - cron: 1 11 * * 0 jobs: acceptance: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 633776e9..85f4cc42 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,7 +7,7 @@ on: - main.go - go.mod schedule: - - cron: 0 11 * * 0 + - cron: 1 11 * * 0 jobs: integration: