File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ concurrency:
55 cancel-in-progress : true
66
77on :
8+ workflow_dispatch :
89 schedule :
910 - cron : ' 0 10 * * *'
1011 push :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ concurrency:
55 cancel-in-progress : true
66
77on :
8+ workflow_dispatch :
89 push :
910 branches :
1011 - ' main'
2930 uses : docker/bake-action@v6
3031 with :
3132 targets : test
32- # -
33- # name: Upload coverage
34- # uses: codecov/codecov-action@v5
35- # with:
36- # files: ./coverage/clover.xml
37- # token: ${{ secrets.CODECOV_TOKEN }}
33+ -
34+ name : Upload coverage
35+ uses : codecov/codecov-action@v5
36+ with :
37+ files : ./coverage/clover.xml
38+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ concurrency:
55 cancel-in-progress : true
66
77on :
8+ workflow_dispatch :
89 push :
910 branches :
1011 - ' main'
You can’t perform that action at this time.
0 commit comments