Skip to content

Commit

Permalink
fix weekly ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Dec 24, 2023
1 parent 3ec39b1 commit 1021e8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/container_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ jobs:
echo "template=default" >> $GITHUB_OUTPUT
elif [[ "${{github.event.schedule}}" == "0 6 * * 6" ]]
then
echo "branch=develop" >> $github_output
echo "template=corev" >> $github_output
echo "branch=develop" >> $GITHUB_OUTPUT
echo "template=corev" >> $GITHUB_OUTPUT
elif [[ "${{github.event.schedule}}" == "0 12 * * 6" ]]
then
echo "branch=develop" >> $GITHUB_OUTPUT
echo "template=dev" >> $GITHUB_OUTPUT
elif [[ "${{github.event.schedule}}" == "0 18 * * 6" ]]
then
echo "branch=develop" >> $github_output
echo "template=ara" >> $github_output
echo "branch=develop" >> $GITHUB_OUTPUT
echo "template=ara" >> $GITHUB_OUTPUT
else
echo "Invalid!"
exit 1
Expand Down

0 comments on commit 1021e8f

Please sign in to comment.