File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,17 @@ permissions:
1515
1616concurrency :
1717 group : niakvio-provider-favicon-refinement-once
18- cancel-in-progress : false
18+ cancel-in-progress : true
1919
2020jobs :
2121 refine-once :
2222 runs-on : ubuntu-latest
23- timeout-minutes : 30
23+ timeout-minutes : 15
2424 steps :
25+ - name : Announce one-shot run
26+ env :
27+ GH_TOKEN : ${{ github.token }}
28+ run : gh issue comment 69 --repo "$GITHUB_REPOSITORY" --body "Provider favicon refinement one-shot started: https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}."
2529 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2630 with :
2731 ref : main
6569 git config user.name 'github-actions[bot]'
6670 git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
6771 git add -A
68- if git diff --cached --quiet; then
69- echo 'No favicon refinement changed committed assets.'
70- exit 0
71- fi
7272 git commit -m 'assets: refine provider logos for small displays'
7373 git fetch origin main
7474 git rebase origin/main
You can’t perform that action at this time.
0 commit comments