Merge pull request #265 from hashicorp/fix-ci-invalid-key

ci: Remove invalid key from workflow
This commit is contained in:
Paul Hinze 2022-04-29 13:57:18 -05:00 committed by GitHub
commit db14bf00e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -10,9 +10,8 @@ on:
- '.github/workflows**'
- 'go.mod'
- 'go.sum'
# Allows manual trigger on arbitrary branches via GitHub UI/API
workflow_dispatch:
branches:
- 'main'
jobs:
vagrant-spec-tests:

View File

@ -1,7 +1,6 @@
on:
# Allows manual trigger on arbitrary branches via GitHub UI/API
workflow_dispatch:
branches:
- 'main'
repository_dispatch:
types: [prerelease]
schedule: