Skip to content

Commit

Permalink
Fix apache#1305: fix workflow definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Feb 27, 2020
1 parent af9f251 commit 2573cf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/knative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:

runs-on: ubuntu-latest

matrix:
publisher: ["Buildah", "Spectrum"]
strategy:
matrix:
publisher: ["Buildah", "Spectrum"]

steps:
- name: Checkout code
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:

runs-on: ubuntu-latest

matrix:
publisher: ["Buildah", "Spectrum"]
strategy:
matrix:
publisher: ["Buildah", "Spectrum"]

steps:
- name: Checkout code
Expand Down

0 comments on commit 2573cf2

Please sign in to comment.