Skip to content

Commit

Permalink
DO NOT MERGE: test scheduled run
Browse files Browse the repository at this point in the history
Signed-off-by: Birol Bilgin <birol@cilium.io>
  • Loading branch information
brlbil committed Apr 2, 2024
1 parent 103d4dc commit cfe5259
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conformance-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ jobs:
# Use complete matrix in case of scheduled run
# main -> event_name = schedule
# other stable branches -> PR-number starting with v (e.g. v1.14)
if [[ "${{ github.event_name }}" == "schedule" || "${{ inputs.PR-number }}" == v* ]];then
jq '{ "include": [ .include[] | select(.disabled==null) ] }' azure.json > /tmp/matrix.json
else
jq '{ "include": [ .include[] | select(.default) ] }' azure.json > /tmp/matrix.json
fi
#if [[ "${{ github.event_name }}" == "schedule" || "${{ inputs.PR-number }}" == v* ]];then
jq '{ "include": [ .include[] | select(.disabled==null) ] }' azure.json > /tmp/matrix.json
#else
# jq '{ "include": [ .include[] | select(.default) ] }' azure.json > /tmp/matrix.json
#fi
echo "Generated matrix:"
cat /tmp/matrix.json
Expand Down

0 comments on commit cfe5259

Please sign in to comment.