Skip to content

Commit

Permalink
TRest
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Jan 22, 2025
1 parent 1498cb8 commit 48725a9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,9 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: nelonoel/branch-name@v1.0.1
- id: set-matrix
uses: JoshuaTheMiller/conditional-build-matrix@main
with:
inputFile: ${{ github.workspace }}/.github/workflows/matrix_includes.json
filter: '[?runOnBranch==`${{ env.BRANCH_NAME }}` || runOnBranch==`always`]'
addInclude: 'false'
- name: test file
run: |
cat $GITHUB_WORKSPACE/.github/workflows/matrix_includes.json
test-k8s-versions:
needs: matrix-prep
Expand Down

0 comments on commit 48725a9

Please sign in to comment.