File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11name : Update Progress
22
33on :
4- pull_request :
5- branches : [ main ]
6- types : [ opened, synchronize ]
7- paths :
8- - .github/workflows/progress.yml
9- - docs/README.md
10- - kata/**
4+ workflow_run :
5+ workflows : [ Build CI ]
6+ branches-ignore : [ main ]
7+ types : [ completed ]
118
129jobs :
1310 update-progress :
1411 runs-on : ubuntu-22.04
1512 timeout-minutes : 1
13+ if : ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.actor.login != 'dependabot[bot]' }}
1614 steps :
1715 - name : Checkout repository
1816 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1917 with :
2018 fetch-depth : 0
21- ref : ${{ github.event.pull_request.head.ref }}
19+ ref : ${{ github.event.workflow_run.head_branch }}
2220
2321 - name : Update README progress
2422 run : |
Original file line number Diff line number Diff line change 11# Codewars Handbook βοΈπ
22
33[ ![ Views statistics +1 π] ( https://img.shields.io/badge/dynamic/xml?color=success&label=views&query=//*[name()=%27text%27][3]&url=https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FParanoidUser%2Fcodewars-handbook )] ( https://hits.seeyoufarm.com/api/count/graph/dailyhits.svg?url=https://github.com/ParanoidUser/codewars-handbook )
4- [ ![ Completed kata π] ( https://img.shields.io/badge/completed%20kata-68.8 %25-red.svg )] ( https://www.codewars.com/kata/search/java?xids=completed )
4+ [ ![ Completed kata π] ( https://img.shields.io/badge/completed%20kata-68.7 %25-red.svg )] ( https://www.codewars.com/kata/search/java?xids=completed )
55[ ![ CI pipeline π ] ( https://img.shields.io/github/actions/workflow/status/ParanoidUser/codewars-handbook/build.yml?branch=main )] ( https://github.com/ParanoidUser/codewars-handbook/actions/workflows/build.yml )
66[ ![ Quality gate π] ( https://img.shields.io/sonar/alert_status/codewars-handbook?server=https%3A%2F%2Fsonarcloud.io )] ( https://sonarcloud.io/dashboard?id=codewars-handbook )
77[ ![ Let's have a chat! π] ( https://img.shields.io/gitter/room/ParanoidUser/codewars-handbook?color=49c39e )] ( https://gitter.im/ParanoidUser/codewars-handbook )
You canβt perform that action at this time.
0 commit comments