Skip to content

Commit c430c0b

Browse files
committed
f
1 parent 57c54f8 commit c430c0b

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/codeql.yml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ "master" ]
20-
schedule:
21-
- cron: '22 11 * * 4'
2220

2321
jobs:
2422
analyze:

.github/workflows/nodejs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master, 4.x ]
5+
branches: [ master ]
66

77
pull_request:
8-
branches: [ master, 4.x ]
8+
branches: [ master ]
99

1010
jobs:
1111
Job:
1212
name: Node.js
1313
uses: node-modules/github-actions/.github/workflows/node-test-mysql.yml@master
1414
with:
1515
os: 'ubuntu-latest'
16-
version: '16.17.0, 16, 18, 20'
17-
mysql_version: '5, 8'
16+
version: '16, 18, 20'
17+
mysql_version: '5, 8'

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ jobs:
1111
secrets:
1212
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1313
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
14-
with:
15-
checkTest: false

0 commit comments

Comments
 (0)