Skip to content

Commit

Permalink
feat: Remove CLA workflow if the template is used outside F5 orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Jan 29, 2025
1 parent 68eb9d1 commit 9f04b2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scripts/rename_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ done
rm -f .github/workflows/rename_template.yml
rm -f .github/scorecard.yml
sed -i '1,/^---$/d;/^$/d' README.md
if [[ "$GITHUB_REPOSITORY_OWNER" != "f5" && "$GITHUB_REPOSITORY_OWNER" != "nginx" && "$GITHUB_REPOSITORY_OWNER" != "nginxinc" ]]; then
rm -f .github/workflows/f5_cla.yml
fi
rm -rf .github/workflows/scripts

0 comments on commit 9f04b2b

Please sign in to comment.