mirror of
https://github.com/Hamza417/Inure.git
synced 2026-03-13 10:19:43 +08:00
Updated dependency_analysis.yml
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: "CI"
|
||||
name: "Dependency Analysis"
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
@@ -6,7 +6,7 @@ jobs:
|
||||
|
||||
validation:
|
||||
# Skip if head commit contains 'skip ci'
|
||||
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
||||
if: "!contains(github.event.head_commit.message, 'skip dependency analysis')"
|
||||
name: "Validation"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
Reference in New Issue
Block a user