This repository was archived by the owner on Apr 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : " CI Airdrops"
1+ name : " CI: Airdrops"
2+ run-name : " CI Airdrops -> ${{ github.event.head_commit.message || github.event.pull_request.title }}"
23
34concurrency :
45 cancel-in-progress : true
1819 - " package.json"
1920 # pull_request:
2021 # paths: *on_paths
21- workflow_dispatch :
22+
2223jobs :
2324 build :
2425 secrets : inherit
Original file line number Diff line number Diff line change 1- name : " CI Flow"
1+ name : " CI: Flow"
2+ run-name : " CI Flow -> ${{ github.event.head_commit.message || github.event.pull_request.title }}"
23
34concurrency :
45 cancel-in-progress : true
1819 - " package.json"
1920 # pull_request:
2021 # paths: *on_paths
21- workflow_dispatch :
22+
2223jobs :
2324 build :
2425 secrets : inherit
Original file line number Diff line number Diff line change 1- name : " CI Lockup"
2- run-name : " CI Lockup - ${{ github.event.head_commit.message || github.event.pull_request.title }}"
1+ name : " CI: Lockup"
2+ run-name : " CI Lockup -> ${{ github.event.head_commit.message || github.event.pull_request.title }}"
33
44concurrency :
55 cancel-in-progress : true
Original file line number Diff line number Diff line change 1- name : " CI Utils"
1+ name : " CI: Utils"
2+ run-name : " CI Utils -> ${{ github.event.head_commit.message || github.event.pull_request.title }}"
23
34concurrency :
45 cancel-in-progress : true
1819 - " package.json"
1920 # pull_request:
2021 # paths: *on_paths
21- workflow_dispatch :
22+
2223jobs :
2324 build :
2425 secrets : inherit
You can’t perform that action at this time.
0 commit comments