We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d993961 + 64cacfc commit 0f7fcd8Copy full SHA for 0f7fcd8
.github/workflows/conformance.yml
@@ -4,6 +4,8 @@ on:
4
- develop
5
pull_request:
6
workflow_dispatch:
7
+ schedule:
8
+ - cron: '30 6 * * 3'
9
10
permissions:
11
contents: read
@@ -19,6 +21,6 @@ jobs:
19
21
persist-credentials: false
20
22
23
- name: Run test suite
- uses: theupdateframework/tuf-conformance@9bfc222a371e30ad5511eb17449f68f855fb9d8f # v2.3.0
24
+ uses: theupdateframework/tuf-conformance@500c525c9ce287a472fd334fe8d885cace667d32 # v2.4.0
25
with:
26
entrypoint: ".github/scripts/conformance-client.py"
0 commit comments