Skip to content

Commit

Permalink
feat: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 31, 2024
1 parent e415d7e commit cceac77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
matrix:
resources: ["helmrelease", "kustomization"]
max-parallel: 4
fail-fast: false
steps:
- name: Generate Token
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
strategy:
matrix:
branches: ["default", "pull"]
max-parallel: 4
fail-fast: false
outputs:
${{ matrix.branches }}: ${{ steps.extract-images.outputs.images }}
default: ${{ steps.extract-images.outputs.default }}
pull: ${{ steps.extract-images.outputs.pull }}
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
shell: bash
run: |
images=$(jq --compact-output --raw-input --null-input '[inputs]' images.txt)
echo "images=${images}" >> $GITHUB_OUTPUT
echo "${{ matrix.branches }}=${images}" >> $GITHUB_OUTPUT
compare-images:
name: Compare Images
Expand Down

0 comments on commit cceac77

Please sign in to comment.