From 65543d2eec4f4cf62d9fb30c604d69466e22d274 Mon Sep 17 00:00:00 2001 From: Janak Amarasena Date: Thu, 5 Sep 2024 10:46:20 +0530 Subject: [PATCH] Update oidc-conformance-test.yml to run nightly --- .github/workflows/oidc-conformance-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/oidc-conformance-test.yml b/.github/workflows/oidc-conformance-test.yml index 86877523636..a61b65124d8 100644 --- a/.github/workflows/oidc-conformance-test.yml +++ b/.github/workflows/oidc-conformance-test.yml @@ -4,6 +4,9 @@ name: OIDC Conformance Test on: + schedule: + # Everyday at 08:30 UTC (2:00 AM SL time) + - cron: '30 20 * * *' # Allows the workflow to run automatically after a release release: types: [published]