From 476151d9aa160eea07d82e535185f5469406c087 Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 8 Feb 2021 10:06:11 -0500 Subject: [PATCH] Integration Test Upgrades --- .github/workflows/integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6d996271..6957fbf9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,5 +1,6 @@ name: integration-tests on: + workflow_dispatch: schedule: - cron: 30 15 * * 0-6 push: @@ -22,7 +23,7 @@ jobs: with: git-config-name: Montezuma git-config-email: montezuma@jamesiv.es - repository-name: JamesIves/lab + repository-name: MontezumaIves/lab token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages folder: integration