Skip to content

Commit

Permalink
fix publication
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Nov 6, 2023
1 parent 980c668 commit 6d8f58c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
- cron: '0 15 * * *'


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
DEBIAN_FRONTEND: noninteractive

Expand Down Expand Up @@ -272,7 +276,7 @@ jobs:
deploy:
name: Publish (on release only)
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: [ e2e_docker_image, e2e_deb_20_04, e2e_deb_22_04 ]
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
steps:
Expand Down

0 comments on commit 6d8f58c

Please sign in to comment.