mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
fix: log skipped job and step result as info instead of debug
This allows the Forgejo runner to obtain the job result from the logs even when it is not in debug mode.
This commit is contained in:
parent
c42fa5f412
commit
ef243fbf2f
5 changed files with 52 additions and 5 deletions
9
act/runner/testdata/skip/skip.yml
vendored
Normal file
9
act/runner/testdata/skip/skip.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
name: skip
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- if: false
|
||||
run: echo nothing
|
Loading…
Add table
Add a link
Reference in a new issue