Skip to content

Commit

Permalink
Merge pull request #241 from MohamedSabthar/deprecate
Browse files Browse the repository at this point in the history
Remove cron jobs from workflows
  • Loading branch information
MohamedSabthar authored May 29, 2023
2 parents a84925a + 500586a commit 41fb7fe
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-with-bal-test-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
description: Default native-image options
required: false
default: ''
schedule:
- cron: '30 18 * * *'
pull_request:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/stale_check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: 'Close stale pull requests'

on:
schedule:
- cron: '30 19 * * *'
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/trigger-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
description: 'Cluster name'
default: 'serdes-perf-cluster-test'
required: false
schedule:
- cron: '30 1 * * *'

jobs:
call_stdlib_trigger_load_test_workflow:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Trivy

on:
workflow_dispatch:
schedule:
- cron: '30 20 * * *'

jobs:
ubuntu-build:
Expand Down

0 comments on commit 41fb7fe

Please sign in to comment.