1
0
Fork 0
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:
Earl Warren 2024-11-21 10:33:07 +00:00
parent c42fa5f412
commit ef243fbf2f
5 changed files with 52 additions and 5 deletions

9
act/runner/testdata/skip/skip.yml vendored Normal file
View file

@ -0,0 +1,9 @@
name: skip
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- if: false
run: echo nothing