Skip to content

Commit

Permalink
chore: schedule categories instead (#5145)
Browse files Browse the repository at this point in the history
Co-authored-by: gbockus-sf <[email protected]>
  • Loading branch information
CristiCanizales and gbockus-sf authored Oct 16, 2023
1 parent 1d937c9 commit 00f6c7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/apexE2E.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Apex End to End Tests

on:

schedule:
- cron: 10 6 * * *
workflow_dispatch:
inputs:
automationBranch:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/coreE2E.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Core End to End Tests

on:

schedule:
- cron: 10 6 * * *
workflow_dispatch:
inputs:
automationBranch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ on:
required: false
default: true
type: boolean
schedule:
- cron: 10 6 * * *

jobs:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lspE2E.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: LSP End to End Tests

on:

schedule:
- cron: 10 6 * * *
workflow_dispatch:
inputs:
automationBranch:
Expand Down

0 comments on commit 00f6c7e

Please sign in to comment.