Skip to content

Commit

Permalink
hack to test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGarbutt committed Feb 11, 2024
1 parent 38c7acb commit d32ef0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_test_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build, publish and test images

on:
workflow_call:
pull: # temp hack!!

jobs:
read_builds:
Expand All @@ -25,7 +26,8 @@ jobs:
strategy:
fail-fast: false
matrix:
include: ${{ fromJson(needs.read_builds.outputs.builds) }}
#include: ${{ fromJson(needs.read_builds.outputs.builds) }}
include: ${{ [fromJson(needs.read_builds.outputs.builds)[0]] }}
name: ${{ matrix.name }}
permissions:
contents: read
Expand Down

0 comments on commit d32ef0a

Please sign in to comment.