Skip to content

Commit 1582943

Browse files
committed
Debug
1 parent 5f858fd commit 1582943

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-sources.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ permissions:
44
contents: read
55

66
on:
7+
push:
78
workflow_dispatch:
89
inputs:
910
release-version:
@@ -42,7 +43,6 @@ jobs:
4243
inputs:
4344
name: Collect Job Inputs
4445
if: >-
45-
github.repository_owner == 'llvm' &&
4646
github.event.action != 'closed'
4747
outputs:
4848
ref: ${{ steps.inputs.outputs.ref }}
@@ -62,7 +62,6 @@ jobs:
6262
6363
release-sources:
6464
name: Package Release Sources
65-
if: github.repository_owner == 'llvm'
6665
runs-on: ubuntu-24.04
6766
outputs:
6867
digest: ${{ steps.digest.outputs.digest }}

0 commit comments

Comments
 (0)