diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-12 21:54:15 +0100 |
---|---|---|
committer | shfil <filip.gawin@zoho.com> | 2021-01-12 21:57:58 +0100 |
commit | 13d5c5e7e6058eb262ec5f3b6ebd5abfee4b5950 (patch) | |
tree | e7441fa8c0eb9ca5c3d5d9e1a9f163e41240a1f7 /.github/workflows | |
parent | Shorten job name (diff) | |
download | re3-13d5c5e7e6058eb262ec5f3b6ebd5abfee4b5950.tar re3-13d5c5e7e6058eb262ec5f3b6ebd5abfee4b5950.tar.gz re3-13d5c5e7e6058eb262ec5f3b6ebd5abfee4b5950.tar.bz2 re3-13d5c5e7e6058eb262ec5f3b6ebd5abfee4b5950.tar.lz re3-13d5c5e7e6058eb262ec5f3b6ebd5abfee4b5950.tar.xz re3-13d5c5e7e6058eb262ec5f3b6ebd5abfee4b5950.tar.zst re3-13d5c5e7e6058eb262ec5f3b6ebd5abfee4b5950.zip |
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/re3_msvc_amd64.yml | 2 | ||||
-rw-r--r-- | .github/workflows/re3_msvc_x86.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/re3_msvc_amd64.yml b/.github/workflows/re3_msvc_amd64.yml index 8f22af56..63cea698 100644 --- a/.github/workflows/re3_msvc_amd64.yml +++ b/.github/workflows/re3_msvc_amd64.yml @@ -1,4 +1,4 @@ -name: re3_msvc_amd64 +name: re3 premake amd64 on: pull_request: diff --git a/.github/workflows/re3_msvc_x86.yml b/.github/workflows/re3_msvc_x86.yml index c0432280..045c4ec8 100644 --- a/.github/workflows/re3_msvc_x86.yml +++ b/.github/workflows/re3_msvc_x86.yml @@ -1,4 +1,4 @@ -name: re3_msvc_x86 +name: re3 premake x86 on: pull_request: |