diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:51:04 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:51:04 +0300 |
commit | 60c686ae3d567980ddd181e8673b77328fdfae39 (patch) | |
tree | dddf4a494db3860f6a5cb8c88e96cbfb9f499617 /.github/workflows/ci.yml | |
parent | workflows/test -> workflows/ci (diff) | |
download | linux-status-60c686ae3d567980ddd181e8673b77328fdfae39.tar.gz linux-status-60c686ae3d567980ddd181e8673b77328fdfae39.zip |
workflows/ci: rename to "CI"
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a52c7ce..f0e1d49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Test +name: CI on: push: |