diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-19 06:59:32 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-19 06:59:32 +0900 |
| commit | b651d95e77c8bfe5c27f2d571fab6e706ef652d2 (patch) | |
| tree | 987fa938f6c2b81ffc9e26486e816c5e17ac58f0 /.gitea/workflows/test.yml | |
| parent | aab92ce3c1c6649e1a22b00ec999a271e71ef291 (diff) | |
workflows: do not duplicate on pulls
This condition causes two runs to be created on a pull, as gitea does not check whether a run has already been created for the current commit.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to '.gitea/workflows/test.yml')
| -rw-r--r-- | .gitea/workflows/test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 9215915a..71cb09e8 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -2,7 +2,6 @@ name: Test on: - push - - pull_request jobs: hakurei: |
