Skip to content

Commit

Permalink
release v0
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed May 6, 2024
1 parent 23d2bc1 commit dc253e4
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,7 @@ jobs:
run: |
make start-upgrade-test
publish-release:
if: ${{ github.event.inputs.skip_release == 'false' }}
pre_release_step_check:
needs:
- gosec
- gosec-cosmos
Expand All @@ -393,6 +392,20 @@ jobs:
- e2e-admin-tests
- e2e-upgrade-test
- check_branch
runs-on: buildjet-4vcpu-ubuntu-2204
timeout-minutes: 120
steps:
- name: Execute upgrade-test
if: ${{ github.event.inputs.skip_checks != 'true' }}
shell: bash
run: |
echo "${{ github.ref }}"
publish-release:
if: ${{ github.event.inputs.skip_release == 'false' }}
needs:
- pre_release_step_check
- check_branch
runs-on: buildjet-4vcpu-ubuntu-2004
timeout-minutes: 60
environment: release
Expand Down

0 comments on commit dc253e4

Please sign in to comment.