Skip to content

Commit

Permalink
ci: trigger docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Dec 16, 2024
1 parent ed2359a commit 12ffc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
docker:
name: Docker
runs-on: ubuntu-latest
if: needs.release.outputs.new_release_version != '' || github.event_name == 'release'
needs: release
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
Expand Down

0 comments on commit 12ffc28

Please sign in to comment.