diff options
author | Loïc Hoguin <[email protected]> | 2024-01-25 15:36:53 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-01-25 15:36:53 +0100 |
commit | d3fa3b2d0265a82085953314c13907c83e60aeb8 (patch) | |
tree | efdbdc1daccda9b57015cbed9cd5fc699bd3d8bf /.github | |
parent | b8fe06ef5e38cf9ada46d61e193ba719d0603358 (diff) | |
download | ci.erlang.mk-d3fa3b2d0265a82085953314c13907c83e60aeb8.tar.gz ci.erlang.mk-d3fa3b2d0265a82085953314c13907c83e60aeb8.tar.bz2 ci.erlang.mk-d3fa3b2d0265a82085953314c13907c83e60aeb8.zip |
Remove unneeded variable from workflows
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4b28db..86aaee5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: run: | { echo "latest<<EOF" - make ci-list AUTO_CI_MASTER=daily | grep -v rc | grep -v master | tail -n1 + make ci-list | grep -v rc | grep -v master | tail -n1 echo EOF } >> "$GITHUB_OUTPUT" |