Skip to content

Commit

Permalink
chore: clean action
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Apr 19, 2024
1 parent ed9dc8d commit 6c3afa8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update_licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
# Update licenses for all selected OS
# The matrix strategy trick is inspired from https://github.com/orgs/community/discussions/26253
# Basically, GitHub does not allow to have conditional statements when building matrices. One way
# to do it is to add new boolean fields and exclude the os name by combining them together. Then,
# include the actual os using the 'include' section, which is always processed after 'exclude'
# based on GitHub's documentation :
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations
# to do it is to add new boolean fields and exclude the os config(s) by combining them together.
update_licenses:
strategy:
matrix:
Expand Down

0 comments on commit 6c3afa8

Please sign in to comment.