Skip to content

Commit

Permalink
Fix matrix values setup
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany committed Nov 13, 2024
1 parent 5ff3811 commit 6bf5b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refresh-channels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Sets the branches to update
id: branches
run: |
if [ "${{ github.event_name }}" == 'worflow_dispatch' ]; then
if [ "${{ github.event_name }}" != 'workflow_dispatch' ]; then
echo "branches=['main', 'v1.6']" >> $GITHUB_OUTPUT
else
echo "branches=['${{ inputs.target_branch }}']" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6bf5b10

Please sign in to comment.