Update integration.yml

This commit is contained in:
James Ives 2021-02-14 11:02:41 -05:00
parent bc777d8f2a
commit b94aa2504f

View File

@ -1,6 +1,11 @@
name: integration-tests name: integration-tests
on: on:
workflow_dispatch: workflow_dispatch:
inputs:
branch:
description: 'Specifies the branch which the integration tests should run on.'
required: true
default: 'releases/v4'
schedule: schedule:
- cron: 30 15 * * 0-6 - cron: 30 15 * * 0-6
push: push:
@ -19,7 +24,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Build and Deploy - name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4 uses: JamesIves/github-pages-deploy-action@${{ github.event.inputs.branch }}
with: with:
git-config-name: Montezuma git-config-name: Montezuma
git-config-email: montezuma@jamesiv.es git-config-email: montezuma@jamesiv.es