Skip to content

Commit

Permalink
Configure GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Jun 7, 2024
1 parent 4c2a2af commit c3f14f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3f14f3

Please # to comment.