File tree Expand file tree Collapse file tree 2 files changed +26
-12
lines changed Expand file tree Collapse file tree 2 files changed +26
-12
lines changed Original file line number Diff line number Diff line change 1- name : " test-install"
1+ name : " test-install-dev "
22on :
33 push :
44 branches :
1010 GREEN : ' \033[0;32m'
1111 NC : ' \033[0m'
1212jobs :
13- main :
14- runs-on : ubuntu-latest
15- steps :
16- - name : Checkout repository
17- uses : actions/checkout@v4
18- - name : Setup ssh
19- uses :
webfactory/[email protected] 20- with :
21- ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
22- - name : Install
23- run : ./install.sh
2413 devcontainer :
2514 runs-on : ${{ matrix.os }}
2615 strategy :
Original file line number Diff line number Diff line change 1+ name : " test-install-main"
2+ on :
3+ schedule :
4+ - cron : " 0 2 * * *"
5+ push :
6+ branches :
7+ - main
8+ pull_request :
9+ branches :
10+ - main
11+ env :
12+ GREEN : ' \033[0;32m'
13+ NC : ' \033[0m'
14+ jobs :
15+ main :
16+ runs-on : ubuntu-latest
17+ steps :
18+ - name : Checkout repository
19+ uses : actions/checkout@v4
20+ - name : Setup ssh
21+ uses :
webfactory/[email protected] 22+ with :
23+ ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
24+ - name : Install
25+ run : ./install.sh
You can’t perform that action at this time.
0 commit comments