Skip to content

Commit

Permalink
split into separate jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 14, 2024
1 parent e1c4c14 commit 9fb039f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/verify-opensource-release-7days.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"`
Expand Down

0 comments on commit 9fb039f

Please sign in to comment.