From c3f14f3aa5002f4a0c468f0e3c28f6f1836e277a Mon Sep 17 00:00:00 2001 From: Tomasz Kowalewski Date: Fri, 7 Jun 2024 12:02:46 +0200 Subject: [PATCH] Configure GHA --- .github/workflows/trigger.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/trigger.yaml b/.github/workflows/trigger.yaml index c4979e4..e361d54 100644 --- a/.github/workflows/trigger.yaml +++ b/.github/workflows/trigger.yaml @@ -30,14 +30,14 @@ jobs: # run: echo 'value=${{ steps.files.outputs.added_modified }}' >> $GITHUB_OUTPUT # - run: echo "${{ steps.matrix.outputs.value }}" - build: - needs: [ setup ] - runs-on: ubuntu-latest +# build: +# needs: [ setup ] +# runs-on: ubuntu-latest # strategy: # matrix: # value: ${{ fromJSON(needs.setup.outputs.matrix) }} - steps: +# steps: # - run: echo "${{ matrix.value }}" # - name: Checkout SKD # uses: actions/checkout@v4