Skip to content

Commit

Permalink
Fix release workflow conditional so it doesn't run on PR (#4536)
Browse files Browse the repository at this point in the history
  • Loading branch information
carles-grafana authored Jan 10, 2025
1 parent e3c2848 commit 0112d87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
tags:
- 'v*'
pull_request:

# Needed to login to DockerHub
permissions:
Expand Down Expand Up @@ -58,7 +57,6 @@ jobs:
podman rm -f systemd-centos
- name: release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make release

0 comments on commit 0112d87

Please sign in to comment.