Skip to content

Commit e51ce5a

Browse files
committed
Debug
1 parent 815ef3d commit e51ce5a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release-sources.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
inputs:
4343
name: Collect Job Inputs
4444
if: >-
45-
github.repository_owner == 'llvm' &&
4645
github.event.action != 'closed'
4746
outputs:
4847
ref: ${{ steps.inputs.outputs.ref }}
@@ -62,7 +61,6 @@ jobs:
6261
6362
release-sources:
6463
name: Package Release Sources
65-
if: github.repository_owner == 'llvm'
6664
runs-on: ubuntu-24.04
6765
needs:
6866
- inputs
@@ -97,7 +95,6 @@ jobs:
9795
9896
upload-release-sources:
9997
name: Upload Release Source
100-
if: github.repository_owner == 'llvm'
10198
runs-on: ubuntu-24.04
10299
needs:
103100
- release-sources

0 commit comments

Comments
 (0)