Skip to content

Commit

Permalink
Merge pull request #16821 from ahrtr/workflow_20231024
Browse files Browse the repository at this point in the history
Schedule the arm64 related workflow nightly
  • Loading branch information
ahrtr committed Oct 24, 2023
2 parents 0f919cc + 974679f commit 3347568
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2e-arm64-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
schedule:
- cron: '30 1 * * *' # runs daily at 1:30 am.

# @alexellis
# Temporary triggers requested by @ahrtr, remove after merging
# PR: 16801
push:
pull_request:

# workflow_dispatch enables manual testing of this job by maintainers
workflow_dispatch:

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/robustness-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ on:
# workflow_dispatch enables manual testing of this job by maintainers
workflow_dispatch:

# @alexellis
# Temporary triggers requested by @ahrtr, remove after merging
# PR: 16801
push:
pull_request:

jobs:
main:
# GHA has a maximum amount of 6h execution time, we try to get done within 3h
Expand Down

0 comments on commit 3347568

Please sign in to comment.