Skip to content

Commit

Permalink
Manage v1.7 channels in in a devoted branch
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany committed Nov 28, 2024
1 parent 9b986a1 commit 967f61d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/refresh-channels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
options:
- 'main'
- 'v1.6'
- 'v1.7'
schedule:
- cron: '0 0 * * *'

Expand All @@ -22,7 +23,7 @@ jobs:
id: branches
run: |
if [ "${{ github.event_name }}" != 'workflow_dispatch' ]; then
echo "branches=['main', 'v1.6']" >> $GITHUB_OUTPUT
echo "branches=['main', 'v1.6', 'v1.7']" >> $GITHUB_OUTPUT
else
echo "branches=['${{ inputs.target_branch }}']" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 967f61d

Please sign in to comment.