From d69cee4792c648d2af69e4fb61455415c3ec679a Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Tue, 3 Sep 2024 15:28:50 +0200 Subject: [PATCH] Revert "Run weekly integration test workflow on this branch" This reverts commit f384e8ef8caa08d49c29950035af4d101d78b372. --- .github/workflows/integration-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 66070b644..ea4b98d70 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -2,9 +2,6 @@ name: integration-test on: - pull_request: - branches-ignore: - - 'tmp**' schedule: # Run once a week to check compatibility with new FIDO MDS blob contents - cron: '0 0 * * 1'