From 9fb039f086d5257053fbea604a6888247b8ee267 Mon Sep 17 00:00:00 2001 From: Gleb Sizov Date: Tue, 13 Aug 2024 16:09:59 +0200 Subject: [PATCH] split into separate jobs --- .github/workflows/verify-opensource-release-7days.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify-opensource-release-7days.yml b/.github/workflows/verify-opensource-release-7days.yml index 1ffe668636a2..9046fd48c772 100644 --- a/.github/workflows/verify-opensource-release-7days.yml +++ b/.github/workflows/verify-opensource-release-7days.yml @@ -20,7 +20,7 @@ on: - cron: '0 0 * * *' jobs: - publish-cli-release: + error-if-current-release-too-old: runs-on: ubuntu-latest steps: - name: error-if-current-release-too-old @@ -41,6 +41,9 @@ jobs: exit 1 fi + error-if-docker-image-too-old: + runs-on: ubuntu-latest + steps: - name: error-if-docker-image-too-old run: | now_epoch=`date "+%s"`