We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c48775 commit d0ff936Copy full SHA for d0ff936
.github/workflows/deploy-cluster.yml
@@ -29,7 +29,8 @@ jobs:
29
filter-runners:
30
runs-on: ubuntu-latest
31
outputs:
32
- runners: ${{ steps.get-runners.outputs.runners }}
+ # runners: ${{ steps.get-runners.outputs.runners }}
33
+ runners: ${{ steps.set-matrix.outputs.matrix }}
34
steps:
35
- name: Checkout code
36
uses: actions/checkout@v4
0 commit comments