Skip to content

Commit

Permalink
Merge 4d8c72c into d66ca66
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 29, 2020
2 parents d66ca66 + 4d8c72c commit 126b72f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 37 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/codeql.yml
@@ -1,15 +1,12 @@
name: Code Scanning - Action
# https://github.com/github/codeql-action

name: "Code Scanning - Action"

on:
push:
branches:
- master
- develop
pull_request:
branches:
- "**"
schedule:
- cron: "0 0 * * 0"
- cron: '0 0 * * 0'

jobs:
CodeQL-Build:
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/lint.yml
@@ -1,14 +1,5 @@
name: Lint

on:
push:
branches:
- master
- develop
pull_request:
branches:
- "**"

on: [push, pull_request]
env:
CI: true
NODE: 12.x
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/test-cdn.yml
@@ -1,14 +1,5 @@
name: CDN Tests

on:
push:
branches:
- master
- develop
pull_request:
branches:
- "**"

on: [push, pull_request]
env:
CI: true
NODE: 12.x
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
@@ -1,14 +1,5 @@
name: Tests

on:
push:
branches:
- master
- develop
pull_request:
branches:
- "**"

on: [push, pull_request]
env:
CI: true
NODE: 12.x
Expand Down

0 comments on commit 126b72f

Please sign in to comment.