File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 1- name : Envirotest
1+ # name: Envirotest
22
3- on :
4- workflow_dispatch :
5- schedule :
6- # Run every friday evening, to catch before weekend
7- - cron : ' 0 17 * * Fri'
3+ # on:
4+ # workflow_dispatch:
5+ # schedule:
6+ # # Run every friday evening, to catch before weekend
7+ # - cron: '0 17 * * Fri'
88
9- jobs :
10- envirotest :
11- timeout-minutes : 30
12- runs-on : ubuntu-latest
13- steps :
14- - name : checkout repo
15- uses : actions/checkout@v2
9+ # jobs:
10+ # envirotest:
11+ # timeout-minutes: 30
12+ # runs-on: ubuntu-latest
13+ # steps:
14+ # - name: checkout repo
15+ # uses: actions/checkout@v2
1616
17- - name : build
18- run : |
19- mkdir -p ~/.ssh/
20- touch ~/.ssh/id_rsa
21- touch ~/.ssh/id_rsa.pub
22- echo test | podman secret create pypitoken -
23- ./key.sh make
17+ # - name: build
18+ # run: |
19+ # mkdir -p ~/.ssh/
20+ # touch ~/.ssh/id_rsa
21+ # touch ~/.ssh/id_rsa.pub
22+ # echo test | podman secret create pypitoken -
23+ # ./key.sh make
2424
25- - name : envirotest
26- run : |
27- ./key.sh envirotest full
25+ # - name: envirotest
26+ # run: |
27+ # ./key.sh envirotest full
You can’t perform that action at this time.
0 commit comments