Skip to content

Commit 83623bf

Browse files
committed
🚚 rename and update ci pipeline configuration
1 parent 97022a2 commit 83623bf

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: xUnit Ext. CI/CD Pipeline
22
on:
33
pull_request:
44
branches: [main]
5-
paths-ignore:
6-
- .codecov/**
7-
- .docfx/**
8-
- .nuget/**
9-
- '**/*.md'
105
workflow_dispatch:
116
inputs:
127
configuration:
@@ -80,12 +75,12 @@ jobs:
8075
repository: codebeltnet/xunit
8176
secrets: inherit
8277

83-
# codeql:
84-
# name: call-codeql
85-
# needs: [build,test]
86-
# uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v3
87-
# permissions:
88-
# security-events: write
78+
codeql:
79+
name: call-codeql
80+
needs: [build,test]
81+
uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v3
82+
permissions:
83+
security-events: write
8984

9085
deploy:
9186
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)