Skip to content

Commit 5cd285b

Browse files
committed
force a failure, change the test to daily
1 parent 1660299 commit 5cd285b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/x509-interop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: wolfSSH x509 Interop Test
22

33
on:
44
schedule:
5-
# Weekly: Mondays at 06:00 UTC
6-
- cron: '0 6 * * 1'
5+
# Weekly: Daily at 06:00 UTC
6+
- cron: '0 6 * * *'
77
workflow_dispatch:
88

99
concurrency:
@@ -62,8 +62,8 @@ jobs:
6262
if: steps.cache-pkixssh.outputs.cache-hit != 'true'
6363
run: |
6464
curl -L -o pkixssh.tar.gz \
65-
"https://roumenpetrov.info/secsh/src/pkixssh-${PKIXSSH_VERSION}.tar.gz"
66-
echo "3d3b34a3e60dcc69995aeea25a9dafb9a3abbb72a413ef0654b64f7103aa4928 pkixssh.tar.gz" \
65+
https://roumenpetrov.info/secsh/src/pkixssh-${PKIXSSH_VERSION}.tar.gz"
66+
echo "666b34a3e60dcc69995aeea25a9dafb9a3abbb72a413ef0654b64f7103aa4928 pkixssh.tar.gz" \
6767
| sha256sum -c -
6868
tar xzf pkixssh.tar.gz
6969
sudo mkdir -p /var/empty

0 commit comments

Comments
 (0)