mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
feat: add job field to workflow run notification
This commit is contained in:
parent
2e4cb24c1d
commit
49baf63a17
4 changed files with 16 additions and 1 deletions
3
.github/workflows/lint-format.yml
vendored
3
.github/workflows/lint-format.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue