Skip to content

Commit

Permalink
Removed dependency on unknown 'tests' job and corrected matrix target…
Browse files Browse the repository at this point in the history
… to use 'oci-images.build' instead of 'cli.build'.
  • Loading branch information
blaggacao committed Jul 27, 2024
1 parent b5c36d3 commit bea5148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- uses: divnix/std-action/discover@main
id: discovery

oci:
needs: [discover, tests]
oci-images:
needs: [discover]
if: fromJSON(needs.discover.outputs.hits).oci.build != '{}'
strategy:
matrix:
target: ${{ fromJSON(needs.discover.outputs.hits).cli.build }}
target: ${{ fromJSON(needs.discover.outputs.hits).oci-images.build }}
name: ${{ matrix.target.jobName }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bea5148

Please sign in to comment.