[PATCH] D131493: [workflow] Run release tasks for me (tru) as well.

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 01:02:40 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG46a315a3310d: [workflow] Run release tasks for me (tru) as well. (authored by thieta).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131493/new/

https://reviews.llvm.org/D131493

Files:
  .github/workflows/release-tasks.yml


Index: .github/workflows/release-tasks.yml
===================================================================
--- .github/workflows/release-tasks.yml
+++ .github/workflows/release-tasks.yml
@@ -15,7 +15,7 @@
     - name: Validate Tag
       id: validate-tag
       run: |
-        test "${{ github.actor }}" = "tstellar"
+        test "${{ github.actor }}" = "tstellar" || test "${{ github.actor }}" = "tru"
         echo "${{ github.ref_name }}" | grep -e '^llvmorg-[0-9]\+\.[0-9]\+\.[0-9]\+\(-rc[0-9]\+\)\?$'
         release_version=`echo "${{ github.ref_name }}" | sed 's/llvmorg-//g'`
         echo "::set-output name=release-version::$release_version"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131493.451373.patch
Type: text/x-patch
Size: 659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220810/6b9883ea/attachment.bin>


More information about the llvm-commits mailing list