We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1660299 commit 5cd285bCopy full SHA for 5cd285b
1 file changed
.github/workflows/x509-interop.yml
@@ -2,8 +2,8 @@ name: wolfSSH x509 Interop Test
2
3
on:
4
schedule:
5
- # Weekly: Mondays at 06:00 UTC
6
- - cron: '0 6 * * 1'
+ # Weekly: Daily at 06:00 UTC
+ - cron: '0 6 * * *'
7
workflow_dispatch:
8
9
concurrency:
@@ -62,8 +62,8 @@ jobs:
62
if: steps.cache-pkixssh.outputs.cache-hit != 'true'
63
run: |
64
curl -L -o pkixssh.tar.gz \
65
- "https://roumenpetrov.info/secsh/src/pkixssh-${PKIXSSH_VERSION}.tar.gz"
66
- echo "3d3b34a3e60dcc69995aeea25a9dafb9a3abbb72a413ef0654b64f7103aa4928 pkixssh.tar.gz" \
+ https://roumenpetrov.info/secsh/src/pkixssh-${PKIXSSH_VERSION}.tar.gz"
+ echo "666b34a3e60dcc69995aeea25a9dafb9a3abbb72a413ef0654b64f7103aa4928 pkixssh.tar.gz" \
67
| sha256sum -c -
68
tar xzf pkixssh.tar.gz
69
sudo mkdir -p /var/empty
0 commit comments