Skip to content

Commit 59e88f3

Browse files
Remove schedule trigger for w/ container job that evaluates to empty matrix (#4218)
1 parent c2563d1 commit 59e88f3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/c-chain-reexecution-benchmark-container.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
"current-state-dir": "s3://avalanchego-bootstrap-testing/cchain-current-state-hashdb-full-100/**"
1919
}
2020
]
21-
},
22-
"schedule": {
23-
"include": []
2421
}
2522
}

.github/workflows/c-chain-reexecution-benchmark-gh-native.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ on:
3232
description: 'S3 location to push post-execution state directory. Skips this step if left unpopulated.'
3333
default: ''
3434

35-
schedule:
36-
- cron: '0 9 * * *' # Runs every day at 09:00 UTC (04:00 EST)
37-
3835
jobs:
3936
define-matrix:
4037
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)