Merge pull request #265 from hashicorp/fix-ci-invalid-key
ci: Remove invalid key from workflow
This commit is contained in:
commit
db14bf00e2
3
.github/workflows/go-spectest.yml
vendored
3
.github/workflows/go-spectest.yml
vendored
@ -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:
|
||||
|
||||
3
.github/workflows/spectesting.yml
vendored
3
.github/workflows/spectesting.yml
vendored
@ -1,7 +1,6 @@
|
||||
on:
|
||||
# Allows manual trigger on arbitrary branches via GitHub UI/API
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- 'main'
|
||||
repository_dispatch:
|
||||
types: [prerelease]
|
||||
schedule:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user