diff options
author | Yarden Shoham <git@yardenshoham.com> | 2023-05-14 19:04:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 16:04:24 +0000 |
commit | 6d2c63f6ffcbcd4a928b39527ecfd2cb53a2828c (patch) | |
tree | 9ef75099e9ead639edcf1c79091c812c3c9972b4 /options | |
parent | 5968c63a11c94b0fdde0485af194bebb2ea1b8e7 (diff) | |
download | gitea-6d2c63f6ffcbcd4a928b39527ecfd2cb53a2828c.tar.gz gitea-6d2c63f6ffcbcd4a928b39527ecfd2cb53a2828c.zip |
Don't filter action runs based on state (#24711)
We should just show all runs. This removes the filtering altogether.
- Replaces https://github.com/go-gitea/gitea/pull/24553
# Before
![image](https://github.com/go-gitea/gitea/assets/20454870/be4fb69a-ea84-44bb-9606-65a0626be721)
![image](https://github.com/go-gitea/gitea/assets/20454870/68942224-e519-43f1-87fe-f3cffef5879a)
# After
![image](https://github.com/go-gitea/gitea/assets/20454870/b3c3b200-ad44-4163-86ec-44a76362eae6)
---------
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 0385c28c4d..906a32dc2d 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3421,8 +3421,6 @@ runners.version = Version runners.reset_registration_token_success = Runner registration token reset successfully runs.all_workflows = All Workflows -runs.open_tab = %d Open -runs.closed_tab = %d Closed runs.commit = Commit runs.pushed_by = Pushed by runs.invalid_workflow_helper = Workflow config file is invalid. Please check your config file: %s |