fix(tools): fix syntax errors and test special branch
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "CodeQL Scanning"
|
||||
name: CodeQL Scanning
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
CodeQL-Build:
|
||||
name: CodeQL Build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
|
1
.github/workflows/cypress.yml
vendored
1
.github/workflows/cypress.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
cypress-run:
|
||||
name: Cypress Tests
|
||||
|
2
.github/workflows/lighthouse-ci.yml
vendored
2
.github/workflows/lighthouse-ci.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Lighthouse CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
# Treat the below branches as special case for working on workflows
|
||||
- actions-**
|
||||
schedule:
|
||||
@ -11,7 +12,6 @@ on:
|
||||
jobs:
|
||||
lighthouseci:
|
||||
name: Lighthouse CI
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
services:
|
||||
mongodb:
|
||||
|
2
.github/workflows/node.js-tests.yml
vendored
2
.github/workflows/node.js-tests.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
Reference in New Issue
Block a user