Skip to content

Commit

Permalink
Merge pull request #1036 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update checker.sh
  • Loading branch information
gkwan-ibm authored Mar 15, 2024
2 parents 92e53b4 + 9403059 commit 30f3999
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pr-checker/checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ elif [ $(echo $ALL_FILES | jq 'length') = 1 ] && [ $(echo $ALL_FILES | jq '.[0]'
elif [ $(echo $ALL_FILES | jq 'length') = 1 ] && [ $(echo $ALL_FILES | jq '.[0]' | tr -d '"') = "scripts/dockerImageTest.sh" ]; then
echo "Test can be skipped because only dockerImageTest.sh was updated"
echo "::set-output name=canSkip::true"
elif [ $(echo $ALL_FILES | jq 'length') = 1 ] && [ $(echo $ALL_FILES | jq '.[0]' | tr -d '"') = ".github/dependabot.yml" ]; then
echo "Test can be skipped because only dependabot.yml was updated"
echo "::set-output name=canSkip::true"
else
echo "Need to run test"
echo "::set-output name=canSkip::false"
Expand Down

0 comments on commit 30f3999

Please sign in to comment.