Skip to content

Commit

Permalink
chore(ci): disable e2e and codeql cron (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianweidut authored Oct 9, 2023
1 parent 19aec78 commit e47db91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: "CodeQL"

on:
push:
branches: [ main ]
schedule:
- cron: '23 22 * * 4'
on: workflow_dispatch

jobs:
analyze:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
description: "Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)"
required: false
default: false
schedule:
- cron: "34 10,13 * * *"
pull_request:
branches:
- main
Expand Down Expand Up @@ -58,7 +56,6 @@ jobs:
- filter
if: ${{ github.event_name == 'push'
|| github.event_name == 'workflow_dispatch'
|| github.event_name == 'schedule'
|| (github.event_name == 'pull_request'
&& (needs.filter.outputs.client == 'true'
|| needs.filter.outputs.server == 'true'
Expand Down

0 comments on commit e47db91

Please sign in to comment.