Skip to content

Commit

Permalink
[Chore][CI/CD] Delete docker.yml and fix wrong cron syntax (#4522)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Apr 17, 2023
1 parent 5c4f17d commit bc4c767
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 57 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
name: Backend
on:
push:
branches:
- dev
pull_request:
paths-ignore:
- 'docs/**'
Expand Down Expand Up @@ -657,4 +659,4 @@ jobs:
run: |
./mvnw -T 1C -B verify -DskipUT=true -DskipIT=false -D"license.skipAddThirdParty"=true --no-snapshot-updates -pl :connector-jdbc-e2e-part-3 -am -Pci
env:
MAVEN_OPTS: -Xmx4096m
MAVEN_OPTS: -Xmx4096m
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: "CodeQL"

on:
schedule:
- cron: '0 0 12 * * ?'
- cron: '0 0 12 * *'

jobs:
analyze:
Expand Down
54 changes: 0 additions & 54 deletions .github/workflows/docker.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/schedule_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name: Schedule Backend
on:
schedule:
- cron: '0 0 03 * * ?'
- cron: '0 0 03 * *'

concurrency:
group: backend-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit bc4c767

Please sign in to comment.