Skip to content

Commit 20928bb

Browse files
committed
ci: Fix data fetching workflow
We accidentally broke the workflow in kata-containers#24 so this fixes that. Signed-off-by: Aurélien Bombo <[email protected]>
1 parent 1bee0cd commit 20928bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/fetch-ci-nightly-data.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ on:
44
schedule:
55
- cron: '0 4 * * *'
66
workflow_dispatch:
7-
on:
87
push:
98
branches:
109
- main
1110
paths:
1211
- 'scripts/fetch-ci-nightly-data.js'
1312
- '.github/workflows/fetch-ci-nightly-data.yaml'
1413

15-
1614
jobs:
1715
fetch-and-commit-data:
1816
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)