Skip to content

Commit

Permalink
retry datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Aug 26, 2024
1 parent c122046 commit 9cb8a35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI_license_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
run: |
pip install toml
> ${{ env.REQUIREMENTS_FILE }} # Empty the requirements file if it exists
if [ "${{ github.event_name }}" = "schedule" ]; then
# if [ "${{ github.event_name }}" = "schedule" ]; then
if true; then
echo "Scheduled run: processing all pyproject.toml files..."
find integrations -type f -name 'pyproject.toml' | while read file; do
python .github/utils/pyproject_to_requirements.py $file >> ${{ env.REQUIREMENTS_FILE }}
Expand Down

0 comments on commit 9cb8a35

Please sign in to comment.