WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0f7fcd8

Browse files
authored
Merge pull request #2879 from jku/schedule-conformance-run
conformance: bump version and schedule a weekly run
2 parents d993961 + 64cacfc commit 0f7fcd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
- develop
55
pull_request:
66
workflow_dispatch:
7+
schedule:
8+
- cron: '30 6 * * 3'
79

810
permissions:
911
contents: read
@@ -19,6 +21,6 @@ jobs:
1921
persist-credentials: false
2022

2123
- name: Run test suite
22-
uses: theupdateframework/tuf-conformance@9bfc222a371e30ad5511eb17449f68f855fb9d8f # v2.3.0
24+
uses: theupdateframework/tuf-conformance@500c525c9ce287a472fd334fe8d885cace667d32 # v2.4.0
2325
with:
2426
entrypoint: ".github/scripts/conformance-client.py"

0 commit comments

Comments
 (0)