We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de401f commit 9170da0Copy full SHA for 9170da0
.github/workflows/chef-test.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- main
8
+ - chef-kitchen-tests
9
paths:
10
- '.github/workflows/chef-test.yml'
11
- 'deployments/chef/**'
@@ -77,7 +78,7 @@ jobs:
77
78
79
chef-kitchen-linux:
80
# Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved
- runs-on: ubuntu-20.04
81
+ runs-on: ubuntu-22.04
82
needs: [chef-lint-spec-test, chef-kitchen-matrix]
83
strategy:
84
matrix: ${{ fromJSON(needs.chef-kitchen-matrix.outputs.linux-matrix) }}
0 commit comments