Skip to content

Commit

Permalink
Remove Skip CI tests
Browse files Browse the repository at this point in the history
Skipping CI tests will result in PRs not being merged, as CI passes are required

Signed-off-by: Yang Jiao <jiaoya@vmware.com>
  • Loading branch information
Yang Jiao committed Apr 20, 2023
1 parent c7cbf0f commit cf8fbe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ env:

on:
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
push:
paths-ignore:
- 'docs/**'
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
schedule:
- cron: '0 16 * * 6'

Expand All @@ -29,7 +26,7 @@ jobs:
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit cf8fbe3

Please sign in to comment.