Skip to content

Commit 1594ec2

Browse files
committed
[workflow] Run release tasks for me (tru) as well.
Reviewed By: tstellar Differential Revision: https://reviews.llvm.org/D131493
1 parent d3ba489 commit 1594ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Validate Tag
1616
id: validate-tag
1717
run: |
18-
test "${{ github.actor }}" = "tstellar"
18+
test "${{ github.actor }}" = "tstellar" || test "${{ github.actor }}" = "tru"
1919
echo "${{ github.ref_name }}" | grep -e '^llvmorg-[0-9]\+\.[0-9]\+\.[0-9]\+\(-rc[0-9]\+\)\?$'
2020
release_version=`echo "${{ github.ref_name }}" | sed 's/llvmorg-//g'`
2121
echo "::set-output name=release-version::$release_version"

0 commit comments

Comments
 (0)