0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

chore: ignore codeql analysis

I shutdown this temporary while is in development
This commit is contained in:
Juan Picado @jotadeveloper 2020-08-14 19:21:39 +02:00 committed by Juan Picado
parent 9ed932e589
commit c707aee713

View file

@ -2,6 +2,8 @@ name: "Code scanning - action"
on:
push:
branches-ignore:
- 5.x
pull_request:
schedule:
- cron: '0 2 * * 4'
@ -24,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@v1