Skip to content

Commit ff10875

Browse files
committed
TOOLING : Stop running envirotest.
1 parent d7093b1 commit ff10875

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/envirotest.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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

0 commit comments

Comments
 (0)