feat: add job field to workflow run notification

This commit is contained in:
RhenCloud 2026-08-03 00:50:03 +08:00
parent 2e4cb24c1d
commit 49baf63a17
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
4 changed files with 16 additions and 1 deletions

View file

@ -12,7 +12,8 @@ concurrency:
cancel-in-progress: true
jobs:
check-and-fix:
lint-format:
name: Lint & Format Fix
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"
steps: