summaryrefslogtreecommitdiff
path: root/.github/workflows/lldb-tests.yml
diff options
context:
space:
mode:
authorMohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>2023-02-01 00:58:45 +0330
committerMohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>2023-02-01 06:23:33 +0330
commitd30b187f7d44f06eccb77394019ba1b942bd9132 (patch)
tree251a25217281c5eaa0a52e960b554794b105908d /.github/workflows/lldb-tests.yml
parent930d477d5d8f6c9f09daabb84ce6b76f38bf438d (diff)
downloadllvm-d30b187f7d44f06eccb77394019ba1b942bd9132.tar.gz
[github] update actions and make tweaks
- Update the GitHub workflow actions to their latest versions. - Use the latest Node.js LTS release. - Use the latest Ubuntu version for consistency across all workflows. - The `set-output` command is deprecated and will soon be disabled (https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) so use the new recommended way. - Use the `$()` expressions for string interpolation instead of the deprecated backticks in Bash. - Format the YAML files. Differential Revision: https://reviews.llvm.org/D143015
Diffstat (limited to '.github/workflows/lldb-tests.yml')
-rw-r--r--.github/workflows/lldb-tests.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/lldb-tests.yml b/.github/workflows/lldb-tests.yml
index 20a46437ae02..c62c4a79e61a 100644
--- a/.github/workflows/lldb-tests.yml
+++ b/.github/workflows/lldb-tests.yml
@@ -29,7 +29,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
-
jobs:
build_lldb:
if: github.repository_owner == 'llvm'