From 4be07d462be672cae3b0719ca1e8aa4d232bc342 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sat, 31 Dec 2022 14:06:45 -0800 Subject: [PATCH] IA tests are out of date. Make them manual until we fix --- .github/workflows/ia-integration-tests.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ia-integration-tests.yml b/.github/workflows/ia-integration-tests.yml index 8fc8a597..4c6d4c7d 100644 --- a/.github/workflows/ia-integration-tests.yml +++ b/.github/workflows/ia-integration-tests.yml @@ -1,9 +1,10 @@ -name: "Internet Archvie Integration Tests" +name: "Internet Archive Integration Tests" on: - push: - schedule: - - cron: "0 8 * * *" + workflow_dispatch: +# push: +# schedule: +# - cron: "0 8 * * *" jobs: ia-tests: