Skip to content

Commit

Permalink
DO NOT MERGE: testing
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 3, 2024
1 parent af71c37 commit 559851c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conformance-aws-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,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
cp aws.json /tmp/matrix.json
else
jq '{ "include": [ .include[] | select(.default) ] }' aws.json > /tmp/matrix.json
fi
#if [[ "${{ github.event_name }}" == "schedule" || "${{ inputs.PR-number }}" == v* ]];then
cp aws.json /tmp/matrix.json
#else
# jq '{ "include": [ .include[] | select(.default) ] }' aws.json > /tmp/matrix.json
#fi
echo "Generated matrix:"
cat /tmp/matrix.json
Expand Down

0 comments on commit 559851c

Please sign in to comment.