diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-11-08 13:59:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-08 03:59:17 -0800 |
| commit | 5a2a39f778ca99f26f3a1d54cb04cd5dfe10d9eb (patch) | |
| tree | cd319c445e9bbded2f2d8a46e3f7a30c1f97cfcd /.github/workflows | |
| parent | c6b47d83e112a38780ada9ab31f7bfe3b24bee02 (diff) | |
Comment out ok check issue updates until fixed (#1980)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ok-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ok-check.yml b/.github/workflows/ok-check.yml index 9827ce7749..d7a9add914 100644 --- a/.github/workflows/ok-check.yml +++ b/.github/workflows/ok-check.yml @@ -80,4 +80,4 @@ jobs: done # Update the status and assignees for every issue identified - ${CMD[@]}
\ No newline at end of file + # ${CMD[@]}
\ No newline at end of file |
