Skip to content

Commit b9c9b90

Browse files
rwmcguirCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7dda503 commit b9c9b90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-multi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
echo ${{ secrets.GITHUB_TOKEN }} |
3636
docker login -u sys-lzdev --password-stdin ghcr.io
3737
- name: List available base images
38+
if: github.event_name == 'workflow_dispatch'
3839
run: |
3940
for distro in ubuntu sles rhel; do
4041
echo "=== ${distro} ==="

0 commit comments

Comments
 (0)