Skip to content

Commit

Permalink
XXX: simplify name + remove quot marks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Feb 26, 2024
1 parent b2174fc commit 9e6f911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/llvm-ts-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: "LLVM test suite"

on:
workflow_run:
workflows: ["Release test"]
workflows: [reltest]
types:
- completed
branches:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# the LICENSE file found in the root directory of this source tree.
#

name: "Release-test"
name: reltest

on:
pull_request:
Expand All @@ -20,7 +20,7 @@ jobs:
llvm-version: [17]
image-version: [22.04]

name: "Release-test"
name: reltest
runs-on: ubuntu-${{ matrix.image-version }}
timeout-minutes: 60
container:
Expand Down

0 comments on commit 9e6f911

Please sign in to comment.