This repository was archived by the owner on Oct 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +12
-38
lines changed
Expand file tree Collapse file tree 6 files changed +12
-38
lines changed Original file line number Diff line number Diff line change 11name : Process building feature (MainNet)
22
33on :
4- # schedule:
5- # - cron: "35 */2 * * *"
4+ schedule :
5+ - cron : " 35 */2 * * *"
66 workflow_dispatch :
77
88concurrency :
Original file line number Diff line number Diff line change 11name : Process building feature (TestNet)
22
33on :
4- # schedule:
5- # - cron: "35 */2 * * *"
4+ schedule :
5+ - cron : " 35 */2 * * *"
66 workflow_dispatch :
77
88concurrency :
Original file line number Diff line number Diff line change 11name : Process building feature rewards (MainNet)
22
33on :
4- # schedule:
5- # - cron: ' 0 0 * * *
4+ schedule :
5+ - cron : " 0 0 * * *"
66 workflow_dispatch :
77
88concurrency :
3737 - name : Send rewards
3838 run : |
3939 PYTHONPATH="." poetry run python src/aw_build/process_rewards.py
40-
41- - name : setup git config
42- run : |
43- git config user.name "GitHub Actions Bot"
44- git config user.email "<>"
45-
46- - name : Commit files
47- id : commit_files
48- if : always()
49- run : |
50- git config --local user.email "millionalgos@pm.me"
51- git config --local user.name "github-actions[bot]"
52- if [ -n "$(git status --porcelain)" ]; then
53- git commit -m "chore(mainnet): build rewards timestamp 🤖" -a
54- echo "HAS_COMMITS=true" >> "$GITHUB_ENV"
55- else
56- echo "no changes - skipping "
57- echo "HAS_COMMITS=false" >> "$GITHUB_ENV"
58- fi
59-
60- - name : Push changes
61- uses : ad-m/github-push-action@master
62- if : env.HAS_COMMITS != false
63- with :
64- github_token : ${{ secrets.GITHUB_TOKEN }}
65- branch : mainnet
Original file line number Diff line number Diff line change 11name : Process influence and packs (MainNet)
22
33on :
4- # schedule:
5- # - cron: ' 5 * * * *'
4+ schedule :
5+ - cron : " 5 * * * *"
66 workflow_dispatch :
77
88concurrency :
Original file line number Diff line number Diff line change 11name : Process influence and packs (TestNet)
22
33on :
4- # schedule:
5- # - cron: ' 5 * * * *'
4+ schedule :
5+ - cron : " 5 * * * *"
66 workflow_dispatch :
77
88concurrency :
Original file line number Diff line number Diff line change 11name : Check swap fees wallet and deposit to AWT liquidity if threshold reached (MainNet)
22
33on :
4- # schedule:
5- # - cron: ' 0 */7 * * *'
4+ schedule :
5+ - cron : " 0 */7 * * *"
66 workflow_dispatch :
77
88jobs :
You can’t perform that action at this time.
0 commit comments