Skip to content

Commit ff45e30

Browse files
authored
Merge pull request kata-containers#26 from kata-containers/sprt/fix-workflow
ci: Fix data fetching workflow
2 parents 669e4ad + 20928bb commit ff45e30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
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)